Uses of Interface
net.opengis.gml.x32.CoordinateSystemAxisPropertyType
-
Packages that use CoordinateSystemAxisPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CoordinateSystemAxisPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CoordinateSystemAxisPropertyType Modifier and Type Method Description CoordinateSystemAxisPropertyTypeAbstractCoordinateSystemType. addNewAxis()Appends and returns a new empty value (as xml) as the last "axis" elementCoordinateSystemAxisPropertyTypeAxisDocument. addNewAxis()Appends and returns a new empty "axis" elementCoordinateSystemAxisPropertyTypeCoordinateSystemAxisRefDocument. addNewCoordinateSystemAxisRef()Appends and returns a new empty "coordinateSystemAxisRef" elementCoordinateSystemAxisPropertyTypeUsesAxisDocument. addNewUsesAxis()Appends and returns a new empty "usesAxis" elementCoordinateSystemAxisPropertyTypeAxisDocument. getAxis()Gets the "axis" elementCoordinateSystemAxisPropertyType[]AbstractCoordinateSystemType. getAxisArray()Gets array of all "axis" elementsCoordinateSystemAxisPropertyTypeAbstractCoordinateSystemType. getAxisArray(int i)Gets ith "axis" elementCoordinateSystemAxisPropertyTypeCoordinateSystemAxisRefDocument. getCoordinateSystemAxisRef()Gets the "coordinateSystemAxisRef" elementCoordinateSystemAxisPropertyTypeUsesAxisDocument. getUsesAxis()Gets the "usesAxis" elementCoordinateSystemAxisPropertyTypeAbstractCoordinateSystemType. insertNewAxis(int i)Inserts and returns a new empty value (as xml) as the ith "axis" elementstatic CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. newInstance()static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(File file)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(InputStream is)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(Reader r)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(String xmlAsString)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(URL u)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(XMLStreamReader sr)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(Node node)static CoordinateSystemAxisPropertyTypeCoordinateSystemAxisPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type CoordinateSystemAxisPropertyType Modifier and Type Method Description voidAxisDocument. setAxis(CoordinateSystemAxisPropertyType axis)Sets the "axis" elementvoidAbstractCoordinateSystemType. setAxisArray(int i, CoordinateSystemAxisPropertyType axis)Sets ith "axis" elementvoidAbstractCoordinateSystemType. setAxisArray(CoordinateSystemAxisPropertyType[] axisArray)Sets array of all "axis" elementvoidCoordinateSystemAxisRefDocument. setCoordinateSystemAxisRef(CoordinateSystemAxisPropertyType coordinateSystemAxisRef)Sets the "coordinateSystemAxisRef" elementvoidUsesAxisDocument. setUsesAxis(CoordinateSystemAxisPropertyType usesAxis)Sets the "usesAxis" element -
Uses of CoordinateSystemAxisPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CoordinateSystemAxisPropertyType Modifier and Type Class Description classCoordinateSystemAxisPropertyTypeImplAn XML CoordinateSystemAxisPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CoordinateSystemAxisPropertyType Modifier and Type Method Description CoordinateSystemAxisPropertyTypeAbstractCoordinateSystemTypeImpl. addNewAxis()Appends and returns a new empty value (as xml) as the last "axis" elementCoordinateSystemAxisPropertyTypeAxisDocumentImpl. addNewAxis()Appends and returns a new empty "axis" elementCoordinateSystemAxisPropertyTypeCoordinateSystemAxisRefDocumentImpl. addNewCoordinateSystemAxisRef()Appends and returns a new empty "coordinateSystemAxisRef" elementCoordinateSystemAxisPropertyTypeUsesAxisDocumentImpl. addNewUsesAxis()Appends and returns a new empty "usesAxis" elementCoordinateSystemAxisPropertyTypeAxisDocumentImpl. getAxis()Gets the "axis" elementCoordinateSystemAxisPropertyType[]AbstractCoordinateSystemTypeImpl. getAxisArray()Gets array of all "axis" elementsCoordinateSystemAxisPropertyTypeAbstractCoordinateSystemTypeImpl. getAxisArray(int i)Gets ith "axis" elementCoordinateSystemAxisPropertyTypeCoordinateSystemAxisRefDocumentImpl. getCoordinateSystemAxisRef()Gets the "coordinateSystemAxisRef" elementCoordinateSystemAxisPropertyTypeUsesAxisDocumentImpl. getUsesAxis()Gets the "usesAxis" elementCoordinateSystemAxisPropertyTypeAbstractCoordinateSystemTypeImpl. insertNewAxis(int i)Inserts and returns a new empty value (as xml) as the ith "axis" elementMethods in net.opengis.gml.x32.impl with parameters of type CoordinateSystemAxisPropertyType Modifier and Type Method Description voidAxisDocumentImpl. setAxis(CoordinateSystemAxisPropertyType axis)Sets the "axis" elementvoidAbstractCoordinateSystemTypeImpl. setAxisArray(int i, CoordinateSystemAxisPropertyType axis)Sets ith "axis" elementvoidAbstractCoordinateSystemTypeImpl. setAxisArray(CoordinateSystemAxisPropertyType[] axisArray)Sets array of all "axis" elementvoidCoordinateSystemAxisRefDocumentImpl. setCoordinateSystemAxisRef(CoordinateSystemAxisPropertyType coordinateSystemAxisRef)Sets the "coordinateSystemAxisRef" elementvoidUsesAxisDocumentImpl. setUsesAxis(CoordinateSystemAxisPropertyType usesAxis)Sets the "usesAxis" element
-