Uses of Interface
net.opengis.gml311.GeographicCRSType
Packages that use GeographicCRSType
-
Uses of GeographicCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeographicCRSTypeModifier and TypeMethodDescriptionGml311Factory.createGeographicCRSType()
Returns a new object of class 'Geographic CRS Type'.DocumentRoot.getGeographicCRS()
Returns the value of the 'Geographic CRS' containment reference.GeographicCRSRefType.getGeographicCRS()
Returns the value of the 'Geographic CRS' containment reference.Methods in net.opengis.gml311 with parameters of type GeographicCRSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setGeographicCRS
(GeographicCRSType value) Sets the value of the 'Geographic CRS
' containment reference.void
GeographicCRSRefType.setGeographicCRS
(GeographicCRSType value) Sets the value of the 'Geographic CRS
' containment reference. -
Uses of GeographicCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeographicCRSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Geographic CRS Type'.Fields in net.opengis.gml311.impl declared as GeographicCRSTypeModifier and TypeFieldDescriptionprotected GeographicCRSType
GeographicCRSRefTypeImpl.geographicCRS
The cached value of the 'Geographic CRS
' containment reference.Methods in net.opengis.gml311.impl that return GeographicCRSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGeographicCRSType()
DocumentRootImpl.getGeographicCRS()
GeographicCRSRefTypeImpl.getGeographicCRS()
Methods in net.opengis.gml311.impl with parameters of type GeographicCRSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGeographicCRS
(GeographicCRSType newGeographicCRS, NotificationChain msgs) NotificationChain
GeographicCRSRefTypeImpl.basicSetGeographicCRS
(GeographicCRSType newGeographicCRS, NotificationChain msgs) void
DocumentRootImpl.setGeographicCRS
(GeographicCRSType newGeographicCRS) void
GeographicCRSRefTypeImpl.setGeographicCRS
(GeographicCRSType newGeographicCRS) -
Uses of GeographicCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeographicCRSTypeModifier and TypeMethodDescriptionGml311Switch.caseGeographicCRSType
(GeographicCRSType object) Returns the result of interpreting the object as an instance of 'Geographic CRS Type'.boolean
Gml311Validator.validateGeographicCRSType
(GeographicCRSType geographicCRSType, DiagnosticChain diagnostics, Map<Object, Object> context)