Uses of Interface
net.opengis.gml.CoordType
-
Packages that use CoordType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CoordType in net.opengis.gml
Methods in net.opengis.gml that return CoordType Modifier and Type Method Description CoordTypeCoordDocument. addNewCoord()Appends and returns a new empty "coord" elementCoordTypeEnvelopeType. addNewCoord()Appends and returns a new empty value (as xml) as the last "coord" elementCoordTypeLinearRingType. addNewCoord()Appends and returns a new empty value (as xml) as the last "coord" elementCoordTypeLineStringType. addNewCoord()Appends and returns a new empty value (as xml) as the last "coord" elementCoordTypePointType. addNewCoord()Appends and returns a new empty "coord" elementCoordTypeCoordDocument. getCoord()Gets the "coord" elementCoordTypePointType. getCoord()Gets the "coord" elementCoordType[]EnvelopeType. getCoordArray()Gets array of all "coord" elementsCoordTypeEnvelopeType. getCoordArray(int i)Gets ith "coord" elementCoordType[]LinearRingType. getCoordArray()Gets array of all "coord" elementsCoordTypeLinearRingType. getCoordArray(int i)Gets ith "coord" elementCoordType[]LineStringType. getCoordArray()Gets array of all "coord" elementsCoordTypeLineStringType. getCoordArray(int i)Gets ith "coord" elementCoordTypeEnvelopeType. insertNewCoord(int i)Inserts and returns a new empty value (as xml) as the ith "coord" elementCoordTypeLinearRingType. insertNewCoord(int i)Inserts and returns a new empty value (as xml) as the ith "coord" elementCoordTypeLineStringType. insertNewCoord(int i)Inserts and returns a new empty value (as xml) as the ith "coord" elementstatic CoordTypeCoordType.Factory. newInstance()static CoordTypeCoordType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CoordTypeCoordType.Factory. parse(File file)static CoordTypeCoordType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CoordTypeCoordType.Factory. parse(InputStream is)static CoordTypeCoordType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CoordTypeCoordType.Factory. parse(Reader r)static CoordTypeCoordType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CoordTypeCoordType.Factory. parse(String xmlAsString)static CoordTypeCoordType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CoordTypeCoordType.Factory. parse(URL u)static CoordTypeCoordType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CoordTypeCoordType.Factory. parse(XMLStreamReader sr)static CoordTypeCoordType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CoordTypeCoordType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CoordTypeCoordType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CoordTypeCoordType.Factory. parse(Node node)static CoordTypeCoordType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type CoordType Modifier and Type Method Description voidCoordDocument. setCoord(CoordType coord)Sets the "coord" elementvoidPointType. setCoord(CoordType coord)Sets the "coord" elementvoidEnvelopeType. setCoordArray(int i, CoordType coord)Sets ith "coord" elementvoidEnvelopeType. setCoordArray(CoordType[] coordArray)Sets array of all "coord" elementvoidLinearRingType. setCoordArray(int i, CoordType coord)Sets ith "coord" elementvoidLinearRingType. setCoordArray(CoordType[] coordArray)Sets array of all "coord" elementvoidLineStringType. setCoordArray(int i, CoordType coord)Sets ith "coord" elementvoidLineStringType. setCoordArray(CoordType[] coordArray)Sets array of all "coord" element -
Uses of CoordType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CoordType Modifier and Type Class Description classCoordTypeImplAn XML CoordType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CoordType Modifier and Type Method Description CoordTypeCoordDocumentImpl. addNewCoord()Appends and returns a new empty "coord" elementCoordTypeEnvelopeTypeImpl. addNewCoord()Appends and returns a new empty value (as xml) as the last "coord" elementCoordTypeLinearRingTypeImpl. addNewCoord()Appends and returns a new empty value (as xml) as the last "coord" elementCoordTypeLineStringTypeImpl. addNewCoord()Appends and returns a new empty value (as xml) as the last "coord" elementCoordTypePointTypeImpl. addNewCoord()Appends and returns a new empty "coord" elementCoordTypeCoordDocumentImpl. getCoord()Gets the "coord" elementCoordTypePointTypeImpl. getCoord()Gets the "coord" elementCoordType[]EnvelopeTypeImpl. getCoordArray()Gets array of all "coord" elementsCoordTypeEnvelopeTypeImpl. getCoordArray(int i)Gets ith "coord" elementCoordType[]LinearRingTypeImpl. getCoordArray()Gets array of all "coord" elementsCoordTypeLinearRingTypeImpl. getCoordArray(int i)Gets ith "coord" elementCoordType[]LineStringTypeImpl. getCoordArray()Gets array of all "coord" elementsCoordTypeLineStringTypeImpl. getCoordArray(int i)Gets ith "coord" elementCoordTypeEnvelopeTypeImpl. insertNewCoord(int i)Inserts and returns a new empty value (as xml) as the ith "coord" elementCoordTypeLinearRingTypeImpl. insertNewCoord(int i)Inserts and returns a new empty value (as xml) as the ith "coord" elementCoordTypeLineStringTypeImpl. insertNewCoord(int i)Inserts and returns a new empty value (as xml) as the ith "coord" elementMethods in net.opengis.gml.impl with parameters of type CoordType Modifier and Type Method Description voidCoordDocumentImpl. setCoord(CoordType coord)Sets the "coord" elementvoidPointTypeImpl. setCoord(CoordType coord)Sets the "coord" elementvoidEnvelopeTypeImpl. setCoordArray(int i, CoordType coord)Sets ith "coord" elementvoidEnvelopeTypeImpl. setCoordArray(CoordType[] coordArray)Sets array of all "coord" elementvoidLinearRingTypeImpl. setCoordArray(int i, CoordType coord)Sets ith "coord" elementvoidLinearRingTypeImpl. setCoordArray(CoordType[] coordArray)Sets array of all "coord" elementvoidLineStringTypeImpl. setCoordArray(int i, CoordType coord)Sets ith "coord" elementvoidLineStringTypeImpl. setCoordArray(CoordType[] coordArray)Sets array of all "coord" element
-