Uses of Interface
net.opengis.gml.CoordinateSystemAxisRefType
-
Packages that use CoordinateSystemAxisRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CoordinateSystemAxisRefType in net.opengis.gml
Methods in net.opengis.gml that return CoordinateSystemAxisRefType Modifier and Type Method Description CoordinateSystemAxisRefTypeCoordinateSystemAxisRefDocument. addNewCoordinateSystemAxisRef()Appends and returns a new empty "coordinateSystemAxisRef" elementCoordinateSystemAxisRefTypeAbstractCoordinateSystemType. addNewUsesAxis()Appends and returns a new empty value (as xml) as the last "usesAxis" elementCoordinateSystemAxisRefTypeUsesAxisDocument. addNewUsesAxis()Appends and returns a new empty "usesAxis" elementCoordinateSystemAxisRefTypeCoordinateSystemAxisRefDocument. getCoordinateSystemAxisRef()Gets the "coordinateSystemAxisRef" elementCoordinateSystemAxisRefTypeUsesAxisDocument. getUsesAxis()Gets the "usesAxis" elementCoordinateSystemAxisRefType[]AbstractCoordinateSystemType. getUsesAxisArray()Gets array of all "usesAxis" elementsCoordinateSystemAxisRefTypeAbstractCoordinateSystemType. getUsesAxisArray(int i)Gets ith "usesAxis" elementCoordinateSystemAxisRefTypeAbstractCoordinateSystemType. insertNewUsesAxis(int i)Inserts and returns a new empty value (as xml) as the ith "usesAxis" elementstatic CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. newInstance()static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(File file)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(InputStream is)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(Reader r)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(String xmlAsString)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(URL u)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(XMLStreamReader sr)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(Node node)static CoordinateSystemAxisRefTypeCoordinateSystemAxisRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description voidCoordinateSystemAxisRefDocument. setCoordinateSystemAxisRef(CoordinateSystemAxisRefType coordinateSystemAxisRef)Sets the "coordinateSystemAxisRef" elementvoidUsesAxisDocument. setUsesAxis(CoordinateSystemAxisRefType usesAxis)Sets the "usesAxis" elementvoidAbstractCoordinateSystemType. setUsesAxisArray(int i, CoordinateSystemAxisRefType usesAxis)Sets ith "usesAxis" elementvoidAbstractCoordinateSystemType. setUsesAxisArray(CoordinateSystemAxisRefType[] usesAxisArray)Sets array of all "usesAxis" element -
Uses of CoordinateSystemAxisRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CoordinateSystemAxisRefType Modifier and Type Class Description classCoordinateSystemAxisRefTypeImplAn XML CoordinateSystemAxisRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CoordinateSystemAxisRefType Modifier and Type Method Description CoordinateSystemAxisRefTypeCoordinateSystemAxisRefDocumentImpl. addNewCoordinateSystemAxisRef()Appends and returns a new empty "coordinateSystemAxisRef" elementCoordinateSystemAxisRefTypeAbstractCoordinateSystemTypeImpl. addNewUsesAxis()Appends and returns a new empty value (as xml) as the last "usesAxis" elementCoordinateSystemAxisRefTypeUsesAxisDocumentImpl. addNewUsesAxis()Appends and returns a new empty "usesAxis" elementCoordinateSystemAxisRefTypeCoordinateSystemAxisRefDocumentImpl. getCoordinateSystemAxisRef()Gets the "coordinateSystemAxisRef" elementCoordinateSystemAxisRefTypeUsesAxisDocumentImpl. getUsesAxis()Gets the "usesAxis" elementCoordinateSystemAxisRefType[]AbstractCoordinateSystemTypeImpl. getUsesAxisArray()Gets array of all "usesAxis" elementsCoordinateSystemAxisRefTypeAbstractCoordinateSystemTypeImpl. getUsesAxisArray(int i)Gets ith "usesAxis" elementCoordinateSystemAxisRefTypeAbstractCoordinateSystemTypeImpl. insertNewUsesAxis(int i)Inserts and returns a new empty value (as xml) as the ith "usesAxis" elementMethods in net.opengis.gml.impl with parameters of type CoordinateSystemAxisRefType Modifier and Type Method Description voidCoordinateSystemAxisRefDocumentImpl. setCoordinateSystemAxisRef(CoordinateSystemAxisRefType coordinateSystemAxisRef)Sets the "coordinateSystemAxisRef" elementvoidUsesAxisDocumentImpl. setUsesAxis(CoordinateSystemAxisRefType usesAxis)Sets the "usesAxis" elementvoidAbstractCoordinateSystemTypeImpl. setUsesAxisArray(int i, CoordinateSystemAxisRefType usesAxis)Sets ith "usesAxis" elementvoidAbstractCoordinateSystemTypeImpl. setUsesAxisArray(CoordinateSystemAxisRefType[] usesAxisArray)Sets array of all "usesAxis" element
-