Uses of Interface
net.opengis.gml311.CRSRefType
Packages that use CRSRefType
-
Uses of CRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CRSRefTypeModifier and TypeMethodDescriptionGml311Factory.createCRSRefType()
Returns a new object of class 'CRS Ref Type'.DocumentRoot.getCrsRef()
Returns the value of the 'Crs Ref' containment reference.AbstractCoordinateOperationType.getSourceCRS()
Returns the value of the 'Source CRS' containment reference.DocumentRoot.getSourceCRS()
Returns the value of the 'Source CRS' containment reference.AbstractCoordinateOperationType.getTargetCRS()
Returns the value of the 'Target CRS' containment reference.DocumentRoot.getTargetCRS()
Returns the value of the 'Target CRS' containment reference.Methods in net.opengis.gml311 with parameters of type CRSRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCrsRef
(CRSRefType value) Sets the value of the 'Crs Ref
' containment reference.void
AbstractCoordinateOperationType.setSourceCRS
(CRSRefType value) Sets the value of the 'Source CRS
' containment reference.void
DocumentRoot.setSourceCRS
(CRSRefType value) Sets the value of the 'Source CRS
' containment reference.void
AbstractCoordinateOperationType.setTargetCRS
(CRSRefType value) Sets the value of the 'Target CRS
' containment reference.void
DocumentRoot.setTargetCRS
(CRSRefType value) Sets the value of the 'Target CRS
' containment reference. -
Uses of CRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CRSRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'CRS Ref Type'.Fields in net.opengis.gml311.impl declared as CRSRefTypeModifier and TypeFieldDescriptionprotected CRSRefType
AbstractCoordinateOperationTypeImpl.sourceCRS
The cached value of the 'Source CRS
' containment reference.protected CRSRefType
AbstractCoordinateOperationTypeImpl.targetCRS
The cached value of the 'Target CRS
' containment reference.Methods in net.opengis.gml311.impl that return CRSRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCRSRefType()
DocumentRootImpl.getCrsRef()
AbstractCoordinateOperationTypeImpl.getSourceCRS()
DocumentRootImpl.getSourceCRS()
AbstractCoordinateOperationTypeImpl.getTargetCRS()
DocumentRootImpl.getTargetCRS()
Methods in net.opengis.gml311.impl with parameters of type CRSRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCrsRef
(CRSRefType newCrsRef, NotificationChain msgs) NotificationChain
AbstractCoordinateOperationTypeImpl.basicSetSourceCRS
(CRSRefType newSourceCRS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSourceCRS
(CRSRefType newSourceCRS, NotificationChain msgs) NotificationChain
AbstractCoordinateOperationTypeImpl.basicSetTargetCRS
(CRSRefType newTargetCRS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTargetCRS
(CRSRefType newTargetCRS, NotificationChain msgs) void
DocumentRootImpl.setCrsRef
(CRSRefType newCrsRef) void
AbstractCoordinateOperationTypeImpl.setSourceCRS
(CRSRefType newSourceCRS) void
DocumentRootImpl.setSourceCRS
(CRSRefType newSourceCRS) void
AbstractCoordinateOperationTypeImpl.setTargetCRS
(CRSRefType newTargetCRS) void
DocumentRootImpl.setTargetCRS
(CRSRefType newTargetCRS) -
Uses of CRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CRSRefTypeModifier and TypeMethodDescriptionGml311Switch.caseCRSRefType
(CRSRefType object) Returns the result of interpreting the object as an instance of 'CRS Ref Type'.boolean
Gml311Validator.validateCRSRefType
(CRSRefType crsRefType, DiagnosticChain diagnostics, Map<Object, Object> context)