com.ibm.tivoli.maximo.map

Class GeometryConfigCache

    • Method Detail

      • getInstance

        public static final GeometryConfigCache getInstance()
        Returns:
        the cache instance
      • getMboGeometryConfig

        public java.util.Map getMboGeometryConfig(java.lang.String mboName)
      • getGeometryFieldProperties

        public java.util.Map getGeometryFieldProperties(java.lang.String mboName)
        Parameters:
        mboName -
        Returns:
      • getExternalFormat

        public java.lang.String getExternalFormat(java.lang.String mboName)
        Parameters:
        mboName -
        Returns:
      • getGeoHashTableName

        public java.lang.String getGeoHashTableName(java.lang.String mboName)
        Parameters:
        mboName -
        Returns:
      • isGeometryField

        public boolean isGeometryField(java.lang.String mboName,
                                       java.lang.String fieldName)
        Parameters:
        mboName -
        fieldName -
        Returns:
      • retrieveGeometryFieldName

        public java.lang.String retrieveGeometryFieldName(java.lang.String mboName)
        Parameters:
        mboName -
        Returns:
      • getName

        public java.lang.String getName()
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object. Ex. MaximoDD returns "MAXIMODD"
        Returns:
        name of the cache