Uses of Interface
net.opengis.gml311.AbstractReferenceSystemType
Packages that use AbstractReferenceSystemType
-
Uses of AbstractReferenceSystemType in net.opengis.gml311
Subinterfaces of AbstractReferenceSystemType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Abstract General Derived CRS Type'.interface
A representation of the model object 'Compound CRS Type'.interface
A representation of the model object 'Derived CRS Type'.interface
A representation of the model object 'Engineering CRS Type'.interface
A representation of the model object 'Geocentric CRS Type'.interface
A representation of the model object 'Geographic CRS Type'.interface
A representation of the model object 'Image CRS Type'.interface
A representation of the model object 'Projected CRS Type'.interface
A representation of the model object 'Temporal CRS Type'.interface
A representation of the model object 'Vertical CRS Type'.Methods in net.opengis.gml311 that return AbstractReferenceSystemTypeModifier and TypeMethodDescriptionCoordinateReferenceSystemRefType.getCoordinateReferenceSystem()
Returns the value of the 'Coordinate Reference System' containment reference.DocumentRoot.getCoordinateReferenceSystem()
Returns the value of the 'Coordinate Reference System' containment reference.CRSRefType.getCRS()
Returns the value of the 'CRS' containment reference.DocumentRoot.getCRS()
Returns the value of the 'CRS' containment reference.DocumentRoot.getReferenceSystem()
Returns the value of the 'Reference System' containment reference.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 AbstractReferenceSystemTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract General Derived CRS Type'.class
An implementation of the model object 'Abstract Reference System Type'.class
An implementation of the model object 'Compound CRS Type'.class
An implementation of the model object 'Derived CRS Type'.class
An implementation of the model object 'Engineering CRS Type'.class
An implementation of the model object 'Geocentric CRS Type'.class
An implementation of the model object 'Geographic CRS Type'.class
An implementation of the model object 'Image CRS Type'.class
An implementation of the model object 'Projected CRS Type'.class
An implementation of the model object 'Temporal CRS Type'.class
An implementation of the model object 'Vertical CRS Type'.Methods in net.opengis.gml311.impl that return AbstractReferenceSystemTypeModifier and TypeMethodDescriptionCoordinateReferenceSystemRefTypeImpl.getCoordinateReferenceSystem()
DocumentRootImpl.getCoordinateReferenceSystem()
CRSRefTypeImpl.getCRS()
DocumentRootImpl.getCRS()
DocumentRootImpl.getReferenceSystem()
ReferenceSystemRefTypeImpl.getReferenceSystem()
Methods in net.opengis.gml311.impl with parameters of type AbstractReferenceSystemTypeModifier and TypeMethodDescriptionNotificationChain
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 AbstractReferenceSystemTypeModifier and TypeMethodDescriptionGml311Switch.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)