Uses of Interface
net.opengis.gml.ReferenceSystemDocument
-
Packages that use ReferenceSystemDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ReferenceSystemDocument in net.opengis.gml
Subinterfaces of ReferenceSystemDocument in net.opengis.gml Modifier and Type Interface Description interfaceCompoundCRSDocumentA document containing one CompoundCRS(@http://www.opengis.net/gml) element.interfaceCoordinateReferenceSystemDocumentA document containing one _CoordinateReferenceSystem(@http://www.opengis.net/gml) element.interfaceCRSDocumentA document containing one _CRS(@http://www.opengis.net/gml) element.interfaceDerivedCRSDocumentA document containing one DerivedCRS(@http://www.opengis.net/gml) element.interfaceEngineeringCRSDocumentA document containing one EngineeringCRS(@http://www.opengis.net/gml) element.interfaceGeneralDerivedCRSDocumentA document containing one _GeneralDerivedCRS(@http://www.opengis.net/gml) element.interfaceGeocentricCRSDocumentA document containing one GeocentricCRS(@http://www.opengis.net/gml) element.interfaceGeographicCRSDocumentA document containing one GeographicCRS(@http://www.opengis.net/gml) element.interfaceImageCRSDocumentA document containing one ImageCRS(@http://www.opengis.net/gml) element.interfaceProjectedCRSDocumentA document containing one ProjectedCRS(@http://www.opengis.net/gml) element.interfaceTemporalCRSDocumentA document containing one TemporalCRS(@http://www.opengis.net/gml) element.interfaceVerticalCRSDocumentA document containing one VerticalCRS(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return ReferenceSystemDocument Modifier and Type Method Description static ReferenceSystemDocumentReferenceSystemDocument.Factory. newInstance()static ReferenceSystemDocumentReferenceSystemDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(File file)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(InputStream is)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(Reader r)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(String xmlAsString)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(URL u)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(XMLStreamReader sr)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(Node node)static ReferenceSystemDocumentReferenceSystemDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ReferenceSystemDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ReferenceSystemDocument Modifier and Type Class Description classCompoundCRSDocumentImplA document containing one CompoundCRS(@http://www.opengis.net/gml) element.classCoordinateReferenceSystemDocumentImplA document containing one _CoordinateReferenceSystem(@http://www.opengis.net/gml) element.classCRSDocumentImplA document containing one _CRS(@http://www.opengis.net/gml) element.classDerivedCRSDocumentImplA document containing one DerivedCRS(@http://www.opengis.net/gml) element.classEngineeringCRSDocumentImplA document containing one EngineeringCRS(@http://www.opengis.net/gml) element.classGeneralDerivedCRSDocumentImplA document containing one _GeneralDerivedCRS(@http://www.opengis.net/gml) element.classGeocentricCRSDocumentImplA document containing one GeocentricCRS(@http://www.opengis.net/gml) element.classGeographicCRSDocumentImplA document containing one GeographicCRS(@http://www.opengis.net/gml) element.classImageCRSDocumentImplA document containing one ImageCRS(@http://www.opengis.net/gml) element.classProjectedCRSDocumentImplA document containing one ProjectedCRS(@http://www.opengis.net/gml) element.classReferenceSystemDocumentImplA document containing one _ReferenceSystem(@http://www.opengis.net/gml) element.classTemporalCRSDocumentImplA document containing one TemporalCRS(@http://www.opengis.net/gml) element.classVerticalCRSDocumentImplA document containing one VerticalCRS(@http://www.opengis.net/gml) element.
-