Uses of Interface
net.opengis.gml.LabelType
-
Packages that use LabelType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LabelType in net.opengis.gml
Methods in net.opengis.gml that return LabelType Modifier and Type Method Description LabelTypeLabelStyleType. addNewLabel()Appends and returns a new empty "label" elementLabelTypeLabelStyleType. getLabel()Gets the "label" elementstatic LabelTypeLabelType.Factory. newInstance()static LabelTypeLabelType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(File file)static LabelTypeLabelType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(InputStream is)static LabelTypeLabelType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(Reader r)static LabelTypeLabelType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(String xmlAsString)static LabelTypeLabelType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(URL u)static LabelTypeLabelType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(XMLStreamReader sr)static LabelTypeLabelType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LabelTypeLabelType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LabelTypeLabelType.Factory. parse(Node node)static LabelTypeLabelType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type LabelType Modifier and Type Method Description voidLabelStyleType. setLabel(LabelType label)Sets the "label" element -
Uses of LabelType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LabelType Modifier and Type Class Description classLabelTypeImplAn XML LabelType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LabelType Modifier and Type Method Description LabelTypeLabelStyleTypeImpl. addNewLabel()Appends and returns a new empty "label" elementLabelTypeLabelStyleTypeImpl. getLabel()Gets the "label" elementMethods in net.opengis.gml.impl with parameters of type LabelType Modifier and Type Method Description voidLabelStyleTypeImpl. setLabel(LabelType label)Sets the "label" element
-