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 TypeMethodDescriptionvoidDocumentRoot.setCrsRef(CRSRefType value) Sets the value of the 'Crs Ref' containment reference.voidAbstractCoordinateOperationType.setSourceCRS(CRSRefType value) Sets the value of the 'Source CRS' containment reference.voidDocumentRoot.setSourceCRS(CRSRefType value) Sets the value of the 'Source CRS' containment reference.voidAbstractCoordinateOperationType.setTargetCRS(CRSRefType value) Sets the value of the 'Target CRS' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'CRS Ref Type'.Fields in net.opengis.gml311.impl declared as CRSRefTypeModifier and TypeFieldDescriptionprotected CRSRefTypeAbstractCoordinateOperationTypeImpl.sourceCRSThe cached value of the 'Source CRS' containment reference.protected CRSRefTypeAbstractCoordinateOperationTypeImpl.targetCRSThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetCrsRef(CRSRefType newCrsRef, NotificationChain msgs) NotificationChainAbstractCoordinateOperationTypeImpl.basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs) NotificationChainAbstractCoordinateOperationTypeImpl.basicSetTargetCRS(CRSRefType newTargetCRS, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTargetCRS(CRSRefType newTargetCRS, NotificationChain msgs) voidDocumentRootImpl.setCrsRef(CRSRefType newCrsRef) voidAbstractCoordinateOperationTypeImpl.setSourceCRS(CRSRefType newSourceCRS) voidDocumentRootImpl.setSourceCRS(CRSRefType newSourceCRS) voidAbstractCoordinateOperationTypeImpl.setTargetCRS(CRSRefType newTargetCRS) voidDocumentRootImpl.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'.booleanGml311Validator.validateCRSRefType(CRSRefType crsRefType, DiagnosticChain diagnostics, Map<Object, Object> context)