Interface FeatureStyleType

  • All Superinterfaces:
    AbstractGMLType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    FeatureStyleTypeImpl

    public interface FeatureStyleType
    extends AbstractGMLType
    An XML FeatureStyleType(@http://www.opengis.net/gml). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getFeatureConstraint

        String getFeatureConstraint()
        Gets the "featureConstraint" element
      • xgetFeatureConstraint

        org.apache.xmlbeans.XmlString xgetFeatureConstraint()
        Gets (as xml) the "featureConstraint" element
      • isSetFeatureConstraint

        boolean isSetFeatureConstraint()
        True if has "featureConstraint" element
      • setFeatureConstraint

        void setFeatureConstraint​(String featureConstraint)
        Sets the "featureConstraint" element
      • xsetFeatureConstraint

        void xsetFeatureConstraint​(org.apache.xmlbeans.XmlString featureConstraint)
        Sets (as xml) the "featureConstraint" element
      • unsetFeatureConstraint

        void unsetFeatureConstraint()
        Unsets the "featureConstraint" element
      • sizeOfGeometryStyleArray

        int sizeOfGeometryStyleArray()
        Returns number of "geometryStyle" element
      • setGeometryStyleArray

        void setGeometryStyleArray​(GeometryStylePropertyType[] geometryStyleArray)
        Sets array of all "geometryStyle" element
      • setGeometryStyleArray

        void setGeometryStyleArray​(int i,
                                   GeometryStylePropertyType geometryStyle)
        Sets ith "geometryStyle" element
      • insertNewGeometryStyle

        GeometryStylePropertyType insertNewGeometryStyle​(int i)
        Inserts and returns a new empty value (as xml) as the ith "geometryStyle" element
      • addNewGeometryStyle

        GeometryStylePropertyType addNewGeometryStyle()
        Appends and returns a new empty value (as xml) as the last "geometryStyle" element
      • removeGeometryStyle

        void removeGeometryStyle​(int i)
        Removes the ith "geometryStyle" element
      • sizeOfTopologyStyleArray

        int sizeOfTopologyStyleArray()
        Returns number of "topologyStyle" element
      • setTopologyStyleArray

        void setTopologyStyleArray​(TopologyStylePropertyType[] topologyStyleArray)
        Sets array of all "topologyStyle" element
      • setTopologyStyleArray

        void setTopologyStyleArray​(int i,
                                   TopologyStylePropertyType topologyStyle)
        Sets ith "topologyStyle" element
      • insertNewTopologyStyle

        TopologyStylePropertyType insertNewTopologyStyle​(int i)
        Inserts and returns a new empty value (as xml) as the ith "topologyStyle" element
      • addNewTopologyStyle

        TopologyStylePropertyType addNewTopologyStyle()
        Appends and returns a new empty value (as xml) as the last "topologyStyle" element
      • removeTopologyStyle

        void removeTopologyStyle​(int i)
        Removes the ith "topologyStyle" element
      • isSetLabelStyle

        boolean isSetLabelStyle()
        True if has "labelStyle" element
      • addNewLabelStyle

        LabelStylePropertyType addNewLabelStyle()
        Appends and returns a new empty "labelStyle" element
      • unsetLabelStyle

        void unsetLabelStyle()
        Unsets the "labelStyle" element
      • getFeatureType

        String getFeatureType()
        Gets the "featureType" attribute
      • xgetFeatureType

        org.apache.xmlbeans.XmlString xgetFeatureType()
        Gets (as xml) the "featureType" attribute
      • isSetFeatureType

        boolean isSetFeatureType()
        True if has "featureType" attribute
      • setFeatureType

        void setFeatureType​(String featureType)
        Sets the "featureType" attribute
      • xsetFeatureType

        void xsetFeatureType​(org.apache.xmlbeans.XmlString featureType)
        Sets (as xml) the "featureType" attribute
      • unsetFeatureType

        void unsetFeatureType()
        Unsets the "featureType" attribute
      • getBaseType

        String getBaseType()
        Gets the "baseType" attribute
      • xgetBaseType

        org.apache.xmlbeans.XmlString xgetBaseType()
        Gets (as xml) the "baseType" attribute
      • isSetBaseType

        boolean isSetBaseType()
        True if has "baseType" attribute
      • setBaseType

        void setBaseType​(String baseType)
        Sets the "baseType" attribute
      • xsetBaseType

        void xsetBaseType​(org.apache.xmlbeans.XmlString baseType)
        Sets (as xml) the "baseType" attribute
      • unsetBaseType

        void unsetBaseType()
        Unsets the "baseType" attribute
      • isSetQueryGrammar

        boolean isSetQueryGrammar()
        True if has "queryGrammar" attribute
      • xsetQueryGrammar

        void xsetQueryGrammar​(QueryGrammarEnumeration queryGrammar)
        Sets (as xml) the "queryGrammar" attribute
      • unsetQueryGrammar

        void unsetQueryGrammar()
        Unsets the "queryGrammar" attribute