Uses of Interface
net.opengis.gml.FeatureStyleType
-
Packages that use FeatureStyleType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of FeatureStyleType in net.opengis.gml
Methods in net.opengis.gml that return FeatureStyleType Modifier and Type Method Description FeatureStyleTypeFeatureStyleDocument2. addNewFeatureStyle()Appends and returns a new empty "FeatureStyle" elementFeatureStyleTypeFeatureStylePropertyType. addNewFeatureStyle()Appends and returns a new empty "FeatureStyle" elementFeatureStyleTypeFeatureStyleDocument2. getFeatureStyle()Gets the "FeatureStyle" elementFeatureStyleTypeFeatureStylePropertyType. getFeatureStyle()Gets the "FeatureStyle" elementstatic FeatureStyleTypeFeatureStyleType.Factory. newInstance()static FeatureStyleTypeFeatureStyleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FeatureStyleTypeFeatureStyleType.Factory. parse(File file)static FeatureStyleTypeFeatureStyleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FeatureStyleTypeFeatureStyleType.Factory. parse(InputStream is)static FeatureStyleTypeFeatureStyleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FeatureStyleTypeFeatureStyleType.Factory. parse(Reader r)static FeatureStyleTypeFeatureStyleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FeatureStyleTypeFeatureStyleType.Factory. parse(String xmlAsString)static FeatureStyleTypeFeatureStyleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FeatureStyleTypeFeatureStyleType.Factory. parse(URL u)static FeatureStyleTypeFeatureStyleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FeatureStyleTypeFeatureStyleType.Factory. parse(XMLStreamReader sr)static FeatureStyleTypeFeatureStyleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FeatureStyleTypeFeatureStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FeatureStyleTypeFeatureStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FeatureStyleTypeFeatureStyleType.Factory. parse(Node node)static FeatureStyleTypeFeatureStyleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type FeatureStyleType Modifier and Type Method Description voidFeatureStyleDocument2. setFeatureStyle(FeatureStyleType featureStyle)Sets the "FeatureStyle" elementvoidFeatureStylePropertyType. setFeatureStyle(FeatureStyleType featureStyle)Sets the "FeatureStyle" element -
Uses of FeatureStyleType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement FeatureStyleType Modifier and Type Class Description classFeatureStyleTypeImplAn XML FeatureStyleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return FeatureStyleType Modifier and Type Method Description FeatureStyleTypeFeatureStyleDocument2Impl. addNewFeatureStyle()Appends and returns a new empty "FeatureStyle" elementFeatureStyleTypeFeatureStylePropertyTypeImpl. addNewFeatureStyle()Appends and returns a new empty "FeatureStyle" elementFeatureStyleTypeFeatureStyleDocument2Impl. getFeatureStyle()Gets the "FeatureStyle" elementFeatureStyleTypeFeatureStylePropertyTypeImpl. getFeatureStyle()Gets the "FeatureStyle" elementMethods in net.opengis.gml.impl with parameters of type FeatureStyleType Modifier and Type Method Description voidFeatureStyleDocument2Impl. setFeatureStyle(FeatureStyleType featureStyle)Sets the "FeatureStyle" elementvoidFeatureStylePropertyTypeImpl. setFeatureStyle(FeatureStyleType featureStyle)Sets the "FeatureStyle" element
-