Uses of Interface
net.opengis.gml.AbstractReferenceSystemType
-
Packages that use AbstractReferenceSystemType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractReferenceSystemType in net.opengis.gml
Subinterfaces of AbstractReferenceSystemType in net.opengis.gml Modifier and Type Interface Description interfaceAbstractGeneralDerivedCRSTypeAn XML AbstractGeneralDerivedCRSType(@http://www.opengis.net/gml).interfaceCompoundCRSTypeAn XML CompoundCRSType(@http://www.opengis.net/gml).interfaceDerivedCRSTypeAn XML DerivedCRSType(@http://www.opengis.net/gml).interfaceEngineeringCRSTypeAn XML EngineeringCRSType(@http://www.opengis.net/gml).interfaceGeocentricCRSTypeAn XML GeocentricCRSType(@http://www.opengis.net/gml).interfaceGeographicCRSTypeAn XML GeographicCRSType(@http://www.opengis.net/gml).interfaceImageCRSTypeAn XML ImageCRSType(@http://www.opengis.net/gml).interfaceProjectedCRSTypeAn XML ProjectedCRSType(@http://www.opengis.net/gml).interfaceTemporalCRSTypeAn XML TemporalCRSType(@http://www.opengis.net/gml).interfaceVerticalCRSTypeAn XML VerticalCRSType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractReferenceSystemType Modifier and Type Method Description AbstractReferenceSystemTypeCoordinateReferenceSystemDocument. addNewCoordinateReferenceSystem()Appends and returns a new empty "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCoordinateReferenceSystemRefType. addNewCoordinateReferenceSystem()Appends and returns a new empty "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCRSDocument. addNewCRS()Appends and returns a new empty "_CRS" elementAbstractReferenceSystemTypeCRSRefType. addNewCRS()Appends and returns a new empty "_CRS" elementAbstractReferenceSystemTypeReferenceSystemDocument. addNewReferenceSystem()Appends and returns a new empty "_ReferenceSystem" elementAbstractReferenceSystemTypeReferenceSystemRefType. addNewReferenceSystem()Appends and returns a new empty "_ReferenceSystem" elementAbstractReferenceSystemTypeCoordinateReferenceSystemDocument. getCoordinateReferenceSystem()Gets the "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCoordinateReferenceSystemRefType. getCoordinateReferenceSystem()Gets the "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCRSDocument. getCRS()Gets the "_CRS" elementAbstractReferenceSystemTypeCRSRefType. getCRS()Gets the "_CRS" elementAbstractReferenceSystemTypeReferenceSystemDocument. getReferenceSystem()Gets the "_ReferenceSystem" elementAbstractReferenceSystemTypeReferenceSystemRefType. getReferenceSystem()Gets the "_ReferenceSystem" elementstatic AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(File file)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(InputStream is)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(Reader r)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(String xmlAsString)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(URL u)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(XMLStreamReader sr)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(Node node)static AbstractReferenceSystemTypeAbstractReferenceSystemType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractReferenceSystemType Modifier and Type Method Description voidCoordinateReferenceSystemDocument. setCoordinateReferenceSystem(AbstractReferenceSystemType coordinateReferenceSystem)Sets the "_CoordinateReferenceSystem" elementvoidCoordinateReferenceSystemRefType. setCoordinateReferenceSystem(AbstractReferenceSystemType coordinateReferenceSystem)Sets the "_CoordinateReferenceSystem" elementvoidCRSDocument. setCRS(AbstractReferenceSystemType crs)Sets the "_CRS" elementvoidCRSRefType. setCRS(AbstractReferenceSystemType crs)Sets the "_CRS" elementvoidReferenceSystemDocument. setReferenceSystem(AbstractReferenceSystemType referenceSystem)Sets the "_ReferenceSystem" elementvoidReferenceSystemRefType. setReferenceSystem(AbstractReferenceSystemType referenceSystem)Sets the "_ReferenceSystem" element -
Uses of AbstractReferenceSystemType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractReferenceSystemType Modifier and Type Class Description classAbstractGeneralDerivedCRSTypeImplAn XML AbstractGeneralDerivedCRSType(@http://www.opengis.net/gml).classAbstractReferenceSystemTypeImplAn XML AbstractReferenceSystemType(@http://www.opengis.net/gml).classCompoundCRSTypeImplAn XML CompoundCRSType(@http://www.opengis.net/gml).classDerivedCRSTypeImplAn XML DerivedCRSType(@http://www.opengis.net/gml).classEngineeringCRSTypeImplAn XML EngineeringCRSType(@http://www.opengis.net/gml).classGeocentricCRSTypeImplAn XML GeocentricCRSType(@http://www.opengis.net/gml).classGeographicCRSTypeImplAn XML GeographicCRSType(@http://www.opengis.net/gml).classImageCRSTypeImplAn XML ImageCRSType(@http://www.opengis.net/gml).classProjectedCRSTypeImplAn XML ProjectedCRSType(@http://www.opengis.net/gml).classTemporalCRSTypeImplAn XML TemporalCRSType(@http://www.opengis.net/gml).classVerticalCRSTypeImplAn XML VerticalCRSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractReferenceSystemType Modifier and Type Method Description AbstractReferenceSystemTypeCoordinateReferenceSystemDocumentImpl. addNewCoordinateReferenceSystem()Appends and returns a new empty "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCoordinateReferenceSystemRefTypeImpl. addNewCoordinateReferenceSystem()Appends and returns a new empty "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCRSDocumentImpl. addNewCRS()Appends and returns a new empty "_CRS" elementAbstractReferenceSystemTypeCRSRefTypeImpl. addNewCRS()Appends and returns a new empty "_CRS" elementAbstractReferenceSystemTypeReferenceSystemDocumentImpl. addNewReferenceSystem()Appends and returns a new empty "_ReferenceSystem" elementAbstractReferenceSystemTypeReferenceSystemRefTypeImpl. addNewReferenceSystem()Appends and returns a new empty "_ReferenceSystem" elementAbstractReferenceSystemTypeCoordinateReferenceSystemDocumentImpl. getCoordinateReferenceSystem()Gets the "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCoordinateReferenceSystemRefTypeImpl. getCoordinateReferenceSystem()Gets the "_CoordinateReferenceSystem" elementAbstractReferenceSystemTypeCRSDocumentImpl. getCRS()Gets the "_CRS" elementAbstractReferenceSystemTypeCRSRefTypeImpl. getCRS()Gets the "_CRS" elementAbstractReferenceSystemTypeReferenceSystemDocumentImpl. getReferenceSystem()Gets the "_ReferenceSystem" elementAbstractReferenceSystemTypeReferenceSystemRefTypeImpl. getReferenceSystem()Gets the "_ReferenceSystem" elementMethods in net.opengis.gml.impl with parameters of type AbstractReferenceSystemType Modifier and Type Method Description voidCoordinateReferenceSystemDocumentImpl. setCoordinateReferenceSystem(AbstractReferenceSystemType coordinateReferenceSystem)Sets the "_CoordinateReferenceSystem" elementvoidCoordinateReferenceSystemRefTypeImpl. setCoordinateReferenceSystem(AbstractReferenceSystemType coordinateReferenceSystem)Sets the "_CoordinateReferenceSystem" elementvoidCRSDocumentImpl. setCRS(AbstractReferenceSystemType crs)Sets the "_CRS" elementvoidCRSRefTypeImpl. setCRS(AbstractReferenceSystemType crs)Sets the "_CRS" elementvoidReferenceSystemDocumentImpl. setReferenceSystem(AbstractReferenceSystemType referenceSystem)Sets the "_ReferenceSystem" elementvoidReferenceSystemRefTypeImpl. setReferenceSystem(AbstractReferenceSystemType referenceSystem)Sets the "_ReferenceSystem" element
-