Class ModelDAO.ModelFeatLayerRelation

  • Enclosing class:
    ModelDAO

    public class ModelDAO.ModelFeatLayerRelation
    extends java.lang.Object
    Class that store information about the feature layers. The information is store in the table USER_SDO_NFE_MODEL_FTLAYER_REL.
    • Constructor Detail

      • ModelFeatLayerRelation

        public ModelFeatLayerRelation()
    • Method Detail

      • getFeatureLayerId

        public long getFeatureLayerId()
        Returns the feature layer identifier.
        Returns:
        feature layer identifier
      • setFeatureLayerId

        public void setFeatureLayerId​(long featureLayerId)
        Sets the feature layer identifier.
        Parameters:
        featureLayerId - feature layer identifier
      • getHierarchyLevel

        public int getHierarchyLevel()
        Returns the hierarchy level.
        Returns:
        hierarchy level
      • setHierarchyLevel

        public void setHierarchyLevel​(int hierarchyLevel)
        Sets the hierarchy level.
        Parameters:
        hierarchyLevel - hierarchy level
      • getzOrder

        public int getzOrder()
        Returns the feature layer Z-order. The Z-order determines which feature layer appears on top of the other.
        Returns:
        feature layer Z-order. The Z-order determines which feature layer appears on top of the other.
      • setzOrder

        public void setzOrder​(int zOrder)
        Sets the feature layer Z-order. The Z-order determines which feature layer appears on top of the other.
        Parameters:
        zOrder - feature layer Z-order. The Z-order determines which feature layer appears on top of the other.