Uses of Interface
net.opengis.gml.CRSDocument
-
Packages that use CRSDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CRSDocument in net.opengis.gml
Subinterfaces of CRSDocument 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.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 CRSDocument Modifier and Type Method Description static CRSDocumentCRSDocument.Factory. newInstance()static CRSDocumentCRSDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CRSDocumentCRSDocument.Factory. parse(File file)static CRSDocumentCRSDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CRSDocumentCRSDocument.Factory. parse(InputStream is)static CRSDocumentCRSDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CRSDocumentCRSDocument.Factory. parse(Reader r)static CRSDocumentCRSDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CRSDocumentCRSDocument.Factory. parse(String xmlAsString)static CRSDocumentCRSDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CRSDocumentCRSDocument.Factory. parse(URL u)static CRSDocumentCRSDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CRSDocumentCRSDocument.Factory. parse(XMLStreamReader sr)static CRSDocumentCRSDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CRSDocumentCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CRSDocumentCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CRSDocumentCRSDocument.Factory. parse(Node node)static CRSDocumentCRSDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of CRSDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CRSDocument 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.classTemporalCRSDocumentImplA document containing one TemporalCRS(@http://www.opengis.net/gml) element.classVerticalCRSDocumentImplA document containing one VerticalCRS(@http://www.opengis.net/gml) element.
-