Class NFEBasicFeatureClass

    • Constructor Detail

      • NFEBasicFeatureClass

        public NFEBasicFeatureClass()
    • Method Detail

      • getId

        public long getId()
        Description copied from class: NFEFeatureClass
        Gets the feature class' ID
        Specified by:
        getId in class NFEFeatureClass
        Returns:
        a feature class ID
      • setId

        public void setId​(long id)
        Description copied from class: NFEFeatureClass
        Sets the feature class' ID
        Specified by:
        setId in class NFEFeatureClass
        Parameters:
        id - a feature class ID
      • getName

        public java.lang.String getName()
        Description copied from class: NFEFeatureClass
        Gets the feature class' name
        Specified by:
        getName in class NFEFeatureClass
        Returns:
        the feature class' name
      • setName

        public void setName​(java.lang.String name)
        Description copied from class: NFEFeatureClass
        Sets the feature class' name
        Specified by:
        setName in class NFEFeatureClass
        Parameters:
        name - the feature class' name
      • getMaxInConnections

        public int getMaxInConnections()
        Description copied from class: NFEFeatureClass
        Gets the maximum number of in connections when the feature class' shape type is point
        Specified by:
        getMaxInConnections in class NFEFeatureClass
        Returns:
        the maximum number of in connections
      • setMaxInConnections

        public void setMaxInConnections​(int maxInConnections)
        Description copied from class: NFEFeatureClass
        Sets the maximum number of in connections when the feature class' shape type is point
        Specified by:
        setMaxInConnections in class NFEFeatureClass
        Parameters:
        maxInConnections - the maximum number of in connections
      • getMaxOutConnections

        public int getMaxOutConnections()
        Description copied from class: NFEFeatureClass
        Gets the maximum number of out connections when the feature class' shape type is point
        Specified by:
        getMaxOutConnections in class NFEFeatureClass
        Returns:
        the maximum number of out connections
      • setMaxOutConnections

        public void setMaxOutConnections​(int maxOutConnections)
        Description copied from class: NFEFeatureClass
        Gets the maximum number of out connections when the feature class' shape type is point
        Specified by:
        setMaxOutConnections in class NFEFeatureClass
        Parameters:
        maxOutConnections - the maximum number of out connections
      • getStyleName

        public java.lang.String getStyleName()
        Description copied from class: NFEFeatureClass
        Gets the name of the style associated to this style
        Specified by:
        getStyleName in class NFEFeatureClass
        Returns:
        a style name
      • setStyleName

        public void setStyleName​(java.lang.String styleName)
        Description copied from class: NFEFeatureClass
        Sets the name of the style associated to this style. This name is used to reference the style in the database.
        Specified by:
        setStyleName in class NFEFeatureClass
        Parameters:
        styleName - a style name
      • getStyle

        public oracle.sdovis.style.Style getStyle()
        Description copied from class: NFEFeatureClass
        Gets the SDO style instance assigned to the feature class
        Specified by:
        getStyle in class NFEFeatureClass
        Returns:
        an SDO style instance
      • setStyle

        public void setStyle​(oracle.sdovis.style.Style style)
        Description copied from class: NFEFeatureClass
        Sets the SDO style instance assigned to the feature class. More information about how to define styles is available in the in the User's Guide for Oracle MapViewer.
        Specified by:
        setStyle in class NFEFeatureClass
        Parameters:
        style - an SDO style instance
      • removeAttributeContraint

        public boolean removeAttributeContraint​(NFEAttributeConstraint attrConstraint)
        Description copied from class: NFEFeatureClass
        Removes an attribute constraint from the feature class
        Specified by:
        removeAttributeContraint in class NFEFeatureClass
        Parameters:
        attrConstraint - an attribute constraint instance
        Returns:
        true if the attribute was removed
      • removePredefinedConnectedPoint

        public boolean removePredefinedConnectedPoint​(NFEPredefinedConnectedPoint predefConnPoint)
        Description copied from class: NFEFeatureClass
        Removes the give predefined connected point descriptor from the feature class
        Specified by:
        removePredefinedConnectedPoint in class NFEFeatureClass
        Parameters:
        predefConnPoint - a predefined connected point descriptor
        Returns:
        true if the element was removed