Uses of Interface
net.opengis.gml.x32.PointType
-
Packages that use PointType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl org.isotc211.x2005.gss org.isotc211.x2005.gss.impl -
-
Uses of PointType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return PointType Modifier and Type Method Description PointTypePointArrayPropertyType. addNewPoint()Appends and returns a new empty value (as xml) as the last "Point" elementPointTypePointDocument. addNewPoint()Appends and returns a new empty "Point" elementPointTypePointPropertyType. addNewPoint()Appends and returns a new empty "Point" elementPointTypePointDocument. getPoint()Gets the "Point" elementPointTypePointPropertyType. getPoint()Gets the "Point" elementPointType[]PointArrayPropertyType. getPointArray()Gets array of all "Point" elementsPointTypePointArrayPropertyType. getPointArray(int i)Gets ith "Point" elementPointTypePointArrayPropertyType. insertNewPoint(int i)Inserts and returns a new empty value (as xml) as the ith "Point" elementstatic PointTypePointType.Factory. newInstance()static PointTypePointType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PointTypePointType.Factory. parse(File file)static PointTypePointType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PointTypePointType.Factory. parse(InputStream is)static PointTypePointType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PointTypePointType.Factory. parse(Reader r)static PointTypePointType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PointTypePointType.Factory. parse(String xmlAsString)static PointTypePointType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PointTypePointType.Factory. parse(URL u)static PointTypePointType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PointTypePointType.Factory. parse(XMLStreamReader sr)static PointTypePointType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PointTypePointType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PointTypePointType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PointTypePointType.Factory. parse(Node node)static PointTypePointType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type PointType Modifier and Type Method Description voidPointDocument. setPoint(PointType point)Sets the "Point" elementvoidPointPropertyType. setPoint(PointType point)Sets the "Point" elementvoidPointArrayPropertyType. setPointArray(int i, PointType point)Sets ith "Point" elementvoidPointArrayPropertyType. setPointArray(PointType[] pointArray)Sets array of all "Point" element -
Uses of PointType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement PointType Modifier and Type Class Description classPointTypeImplAn XML PointType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return PointType Modifier and Type Method Description PointTypePointArrayPropertyTypeImpl. addNewPoint()Appends and returns a new empty value (as xml) as the last "Point" elementPointTypePointDocumentImpl. addNewPoint()Appends and returns a new empty "Point" elementPointTypePointPropertyTypeImpl. addNewPoint()Appends and returns a new empty "Point" elementPointTypePointDocumentImpl. getPoint()Gets the "Point" elementPointTypePointPropertyTypeImpl. getPoint()Gets the "Point" elementPointType[]PointArrayPropertyTypeImpl. getPointArray()Gets array of all "Point" elementsPointTypePointArrayPropertyTypeImpl. getPointArray(int i)Gets ith "Point" elementPointTypePointArrayPropertyTypeImpl. insertNewPoint(int i)Inserts and returns a new empty value (as xml) as the ith "Point" elementMethods in net.opengis.gml.x32.impl with parameters of type PointType Modifier and Type Method Description voidPointDocumentImpl. setPoint(PointType point)Sets the "Point" elementvoidPointPropertyTypeImpl. setPoint(PointType point)Sets the "Point" elementvoidPointArrayPropertyTypeImpl. setPointArray(int i, PointType point)Sets ith "Point" elementvoidPointArrayPropertyTypeImpl. setPointArray(PointType[] pointArray)Sets array of all "Point" element -
Uses of PointType in org.isotc211.x2005.gss
Methods in org.isotc211.x2005.gss that return PointType Modifier and Type Method Description PointTypeGMPointPropertyType. addNewPoint()Appends and returns a new empty "Point" elementPointTypeGMPointPropertyType. getPoint()Gets the "Point" elementMethods in org.isotc211.x2005.gss with parameters of type PointType Modifier and Type Method Description voidGMPointPropertyType. setPoint(PointType point)Sets the "Point" element -
Uses of PointType in org.isotc211.x2005.gss.impl
Methods in org.isotc211.x2005.gss.impl that return PointType Modifier and Type Method Description PointTypeGMPointPropertyTypeImpl. addNewPoint()Appends and returns a new empty "Point" elementPointTypeGMPointPropertyTypeImpl. getPoint()Gets the "Point" elementMethods in org.isotc211.x2005.gss.impl with parameters of type PointType Modifier and Type Method Description voidGMPointPropertyTypeImpl. setPoint(PointType point)Sets the "Point" element
-