Class ModelDAO.ModelFeatLayerRelation
- java.lang.Object
-
- oracle.spatial.network.nfe.io.jdbc.dao.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 Summary
Constructors Constructor Description ModelFeatLayerRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFeatureLayerId()
Returns the feature layer identifier.int
getHierarchyLevel()
Returns the hierarchy level.int
getzOrder()
Returns the feature layer Z-order.void
setFeatureLayerId(long featureLayerId)
Sets the feature layer identifier.void
setHierarchyLevel(int hierarchyLevel)
Sets the hierarchy level.void
setzOrder(int zOrder)
Sets the feature layer Z-order.
-
-
-
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.
-
-