Uses of Interface
net.opengis.gml.TopoPointType
-
Packages that use TopoPointType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TopoPointType in net.opengis.gml
Methods in net.opengis.gml that return TopoPointType Modifier and Type Method Description TopoPointTypeTopoPointDocument. addNewTopoPoint()Appends and returns a new empty "TopoPoint" elementTopoPointTypeTopoPointPropertyType. addNewTopoPoint()Appends and returns a new empty "TopoPoint" elementTopoPointTypeTopoPointDocument. getTopoPoint()Gets the "TopoPoint" elementTopoPointTypeTopoPointPropertyType. getTopoPoint()Gets the "TopoPoint" elementstatic TopoPointTypeTopoPointType.Factory. newInstance()static TopoPointTypeTopoPointType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TopoPointTypeTopoPointType.Factory. parse(File file)static TopoPointTypeTopoPointType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TopoPointTypeTopoPointType.Factory. parse(InputStream is)static TopoPointTypeTopoPointType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TopoPointTypeTopoPointType.Factory. parse(Reader r)static TopoPointTypeTopoPointType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TopoPointTypeTopoPointType.Factory. parse(String xmlAsString)static TopoPointTypeTopoPointType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TopoPointTypeTopoPointType.Factory. parse(URL u)static TopoPointTypeTopoPointType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TopoPointTypeTopoPointType.Factory. parse(XMLStreamReader sr)static TopoPointTypeTopoPointType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TopoPointTypeTopoPointType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TopoPointTypeTopoPointType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TopoPointTypeTopoPointType.Factory. parse(Node node)static TopoPointTypeTopoPointType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type TopoPointType Modifier and Type Method Description voidTopoPointDocument. setTopoPoint(TopoPointType topoPoint)Sets the "TopoPoint" elementvoidTopoPointPropertyType. setTopoPoint(TopoPointType topoPoint)Sets the "TopoPoint" element -
Uses of TopoPointType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TopoPointType Modifier and Type Class Description classTopoPointTypeImplAn XML TopoPointType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return TopoPointType Modifier and Type Method Description TopoPointTypeTopoPointDocumentImpl. addNewTopoPoint()Appends and returns a new empty "TopoPoint" elementTopoPointTypeTopoPointPropertyTypeImpl. addNewTopoPoint()Appends and returns a new empty "TopoPoint" elementTopoPointTypeTopoPointDocumentImpl. getTopoPoint()Gets the "TopoPoint" elementTopoPointTypeTopoPointPropertyTypeImpl. getTopoPoint()Gets the "TopoPoint" elementMethods in net.opengis.gml.impl with parameters of type TopoPointType Modifier and Type Method Description voidTopoPointDocumentImpl. setTopoPoint(TopoPointType topoPoint)Sets the "TopoPoint" elementvoidTopoPointPropertyTypeImpl. setTopoPoint(TopoPointType topoPoint)Sets the "TopoPoint" element
-