CoordinateSystemRefType |
CoordinateSystemRefDocument.addNewCoordinateSystemRef() |
Appends and returns a new empty "coordinateSystemRef" element
|
CoordinateSystemRefType |
DerivedCRSType.addNewUsesCS() |
Appends and returns a new empty "usesCS" element
|
CoordinateSystemRefType |
EngineeringCRSType.addNewUsesCS() |
Appends and returns a new empty "usesCS" element
|
CoordinateSystemRefType |
UsesCSDocument.addNewUsesCS() |
Appends and returns a new empty "usesCS" element
|
CoordinateSystemRefType |
CoordinateSystemRefDocument.getCoordinateSystemRef() |
Gets the "coordinateSystemRef" element
|
CoordinateSystemRefType |
DerivedCRSType.getUsesCS() |
Gets the "usesCS" element
|
CoordinateSystemRefType |
EngineeringCRSType.getUsesCS() |
Gets the "usesCS" element
|
CoordinateSystemRefType |
UsesCSDocument.getUsesCS() |
Gets the "usesCS" element
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.newInstance() |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(File file) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(InputStream is) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(Reader r) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(String xmlAsString) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(URL u) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(XMLStreamReader sr) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(Node node) |
|
static CoordinateSystemRefType |
CoordinateSystemRefType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|