Uses of Interface
net.opengis.gml.LabelStyleType
-
Packages that use LabelStyleType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LabelStyleType in net.opengis.gml
Methods in net.opengis.gml that return LabelStyleType Modifier and Type Method Description LabelStyleTypeLabelStyleDocument2. addNewLabelStyle()Appends and returns a new empty "LabelStyle" elementLabelStyleTypeLabelStylePropertyType. addNewLabelStyle()Appends and returns a new empty "LabelStyle" elementLabelStyleTypeLabelStyleDocument2. getLabelStyle()Gets the "LabelStyle" elementLabelStyleTypeLabelStylePropertyType. getLabelStyle()Gets the "LabelStyle" elementstatic LabelStyleTypeLabelStyleType.Factory. newInstance()static LabelStyleTypeLabelStyleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LabelStyleTypeLabelStyleType.Factory. parse(File file)static LabelStyleTypeLabelStyleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LabelStyleTypeLabelStyleType.Factory. parse(InputStream is)static LabelStyleTypeLabelStyleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LabelStyleTypeLabelStyleType.Factory. parse(Reader r)static LabelStyleTypeLabelStyleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LabelStyleTypeLabelStyleType.Factory. parse(String xmlAsString)static LabelStyleTypeLabelStyleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LabelStyleTypeLabelStyleType.Factory. parse(URL u)static LabelStyleTypeLabelStyleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LabelStyleTypeLabelStyleType.Factory. parse(XMLStreamReader sr)static LabelStyleTypeLabelStyleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LabelStyleTypeLabelStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LabelStyleTypeLabelStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LabelStyleTypeLabelStyleType.Factory. parse(Node node)static LabelStyleTypeLabelStyleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type LabelStyleType Modifier and Type Method Description voidLabelStyleDocument2. setLabelStyle(LabelStyleType labelStyle)Sets the "LabelStyle" elementvoidLabelStylePropertyType. setLabelStyle(LabelStyleType labelStyle)Sets the "LabelStyle" element -
Uses of LabelStyleType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LabelStyleType Modifier and Type Class Description classLabelStyleTypeImplAn XML LabelStyleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LabelStyleType Modifier and Type Method Description LabelStyleTypeLabelStyleDocument2Impl. addNewLabelStyle()Appends and returns a new empty "LabelStyle" elementLabelStyleTypeLabelStylePropertyTypeImpl. addNewLabelStyle()Appends and returns a new empty "LabelStyle" elementLabelStyleTypeLabelStyleDocument2Impl. getLabelStyle()Gets the "LabelStyle" elementLabelStyleTypeLabelStylePropertyTypeImpl. getLabelStyle()Gets the "LabelStyle" elementMethods in net.opengis.gml.impl with parameters of type LabelStyleType Modifier and Type Method Description voidLabelStyleDocument2Impl. setLabelStyle(LabelStyleType labelStyle)Sets the "LabelStyle" elementvoidLabelStylePropertyTypeImpl. setLabelStyle(LabelStyleType labelStyle)Sets the "LabelStyle" element
-