Uses of Interface
net.opengis.gml.LineTypeType
-
Packages that use LineTypeType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LineTypeType in net.opengis.gml
Methods in net.opengis.gml that return LineTypeType Modifier and Type Method Description static LineTypeTypeLineTypeType.Factory. newInstance()static LineTypeTypeLineTypeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LineTypeTypeLineTypeType.Factory. newValue(Object obj)static LineTypeTypeLineTypeType.Factory. parse(File file)static LineTypeTypeLineTypeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LineTypeTypeLineTypeType.Factory. parse(InputStream is)static LineTypeTypeLineTypeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LineTypeTypeLineTypeType.Factory. parse(Reader r)static LineTypeTypeLineTypeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LineTypeTypeLineTypeType.Factory. parse(String xmlAsString)static LineTypeTypeLineTypeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LineTypeTypeLineTypeType.Factory. parse(URL u)static LineTypeTypeLineTypeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LineTypeTypeLineTypeType.Factory. parse(XMLStreamReader sr)static LineTypeTypeLineTypeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LineTypeTypeLineTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LineTypeTypeLineTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LineTypeTypeLineTypeType.Factory. parse(Node node)static LineTypeTypeLineTypeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)LineTypeTypeGraphStyleType. xgetLineType()Gets (as xml) the "lineType" elementMethods in net.opengis.gml with parameters of type LineTypeType Modifier and Type Method Description voidGraphStyleType. xsetLineType(LineTypeType lineType)Sets (as xml) the "lineType" element -
Uses of LineTypeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LineTypeType Modifier and Type Class Description classLineTypeTypeImplAn XML LineTypeType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LineTypeType Modifier and Type Method Description LineTypeTypeGraphStyleTypeImpl. xgetLineType()Gets (as xml) the "lineType" elementMethods in net.opengis.gml.impl with parameters of type LineTypeType Modifier and Type Method Description voidGraphStyleTypeImpl. xsetLineType(LineTypeType lineType)Sets (as xml) the "lineType" element
-