Uses of Interface
net.opengis.gml311.AbstractReferenceSystemType
-
Packages that use AbstractReferenceSystemType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractReferenceSystemType in net.opengis.gml311
Subinterfaces of AbstractReferenceSystemType in net.opengis.gml311 Modifier and Type Interface Description interface
AbstractGeneralDerivedCRSType
A representation of the model object 'Abstract General Derived CRS Type'.interface
CompoundCRSType
A representation of the model object 'Compound CRS Type'.interface
DerivedCRSType
A representation of the model object 'Derived CRS Type'.interface
EngineeringCRSType
A representation of the model object 'Engineering CRS Type'.interface
GeocentricCRSType
A representation of the model object 'Geocentric CRS Type'.interface
GeographicCRSType
A representation of the model object 'Geographic CRS Type'.interface
ImageCRSType
A representation of the model object 'Image CRS Type'.interface
ProjectedCRSType
A representation of the model object 'Projected CRS Type'.interface
TemporalCRSType
A representation of the model object 'Temporal CRS Type'.interface
VerticalCRSType
A representation of the model object 'Vertical CRS Type'.Methods in net.opengis.gml311 that return AbstractReferenceSystemType Modifier and Type Method Description AbstractReferenceSystemType
CoordinateReferenceSystemRefType. getCoordinateReferenceSystem()
Returns the value of the 'Coordinate Reference System' containment reference.AbstractReferenceSystemType
DocumentRoot. getCoordinateReferenceSystem()
Returns the value of the 'Coordinate Reference System' containment reference.AbstractReferenceSystemType
CRSRefType. getCRS()
Returns the value of the 'CRS' containment reference.AbstractReferenceSystemType
DocumentRoot. getCRS()
Returns the value of the 'CRS' containment reference.AbstractReferenceSystemType
DocumentRoot. getReferenceSystem()
Returns the value of the 'Reference System' containment reference.AbstractReferenceSystemType
ReferenceSystemRefType. getReferenceSystem()
Returns the value of the 'Reference System' containment reference. -
Uses of AbstractReferenceSystemType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractReferenceSystemType Modifier and Type Class Description class
AbstractGeneralDerivedCRSTypeImpl
An implementation of the model object 'Abstract General Derived CRS Type'.class
AbstractReferenceSystemTypeImpl
An implementation of the model object 'Abstract Reference System Type'.class
CompoundCRSTypeImpl
An implementation of the model object 'Compound CRS Type'.class
DerivedCRSTypeImpl
An implementation of the model object 'Derived CRS Type'.class
EngineeringCRSTypeImpl
An implementation of the model object 'Engineering CRS Type'.class
GeocentricCRSTypeImpl
An implementation of the model object 'Geocentric CRS Type'.class
GeographicCRSTypeImpl
An implementation of the model object 'Geographic CRS Type'.class
ImageCRSTypeImpl
An implementation of the model object 'Image CRS Type'.class
ProjectedCRSTypeImpl
An implementation of the model object 'Projected CRS Type'.class
TemporalCRSTypeImpl
An implementation of the model object 'Temporal CRS Type'.class
VerticalCRSTypeImpl
An implementation of the model object 'Vertical CRS Type'.Methods in net.opengis.gml311.impl that return AbstractReferenceSystemType Modifier and Type Method Description AbstractReferenceSystemType
CoordinateReferenceSystemRefTypeImpl. getCoordinateReferenceSystem()
AbstractReferenceSystemType
DocumentRootImpl. getCoordinateReferenceSystem()
AbstractReferenceSystemType
CRSRefTypeImpl. getCRS()
AbstractReferenceSystemType
DocumentRootImpl. getCRS()
AbstractReferenceSystemType
DocumentRootImpl. getReferenceSystem()
AbstractReferenceSystemType
ReferenceSystemRefTypeImpl. getReferenceSystem()
Methods in net.opengis.gml311.impl with parameters of type AbstractReferenceSystemType Modifier and Type Method Description NotificationChain
CoordinateReferenceSystemRefTypeImpl. basicSetCoordinateReferenceSystem(AbstractReferenceSystemType newCoordinateReferenceSystem, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCoordinateReferenceSystem(AbstractReferenceSystemType newCoordinateReferenceSystem, NotificationChain msgs)
NotificationChain
CRSRefTypeImpl. basicSetCRS(AbstractReferenceSystemType newCRS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCRS(AbstractReferenceSystemType newCRS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetReferenceSystem(AbstractReferenceSystemType newReferenceSystem, NotificationChain msgs)
NotificationChain
ReferenceSystemRefTypeImpl. basicSetReferenceSystem(AbstractReferenceSystemType newReferenceSystem, NotificationChain msgs)
-
Uses of AbstractReferenceSystemType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractReferenceSystemType Modifier and Type Method Description T
Gml311Switch. caseAbstractReferenceSystemType(AbstractReferenceSystemType object)
Returns the result of interpreting the object as an instance of 'Abstract Reference System Type'.boolean
Gml311Validator. validateAbstractReferenceSystemType(AbstractReferenceSystemType abstractReferenceSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-