Uses of Interface
net.opengis.gml311.DerivedCRSType
Packages that use DerivedCRSType
-
Uses of DerivedCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedCRSTypeModifier and TypeMethodDescriptionGml311Factory.createDerivedCRSType()
Returns a new object of class 'Derived CRS Type'.DerivedCRSRefType.getDerivedCRS()
Returns the value of the 'Derived CRS' containment reference.DocumentRoot.getDerivedCRS()
Returns the value of the 'Derived CRS' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedCRSTypeModifier and TypeMethodDescriptionvoid
DerivedCRSRefType.setDerivedCRS
(DerivedCRSType value) Sets the value of the 'Derived CRS
' containment reference.void
DocumentRoot.setDerivedCRS
(DerivedCRSType value) Sets the value of the 'Derived CRS
' containment reference. -
Uses of DerivedCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DerivedCRSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Derived CRS Type'.Fields in net.opengis.gml311.impl declared as DerivedCRSTypeModifier and TypeFieldDescriptionprotected DerivedCRSType
DerivedCRSRefTypeImpl.derivedCRS
The cached value of the 'Derived CRS
' containment reference.Methods in net.opengis.gml311.impl that return DerivedCRSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDerivedCRSType()
DerivedCRSRefTypeImpl.getDerivedCRS()
DocumentRootImpl.getDerivedCRS()
Methods in net.opengis.gml311.impl with parameters of type DerivedCRSTypeModifier and TypeMethodDescriptionNotificationChain
DerivedCRSRefTypeImpl.basicSetDerivedCRS
(DerivedCRSType newDerivedCRS, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDerivedCRS
(DerivedCRSType newDerivedCRS, NotificationChain msgs) void
DerivedCRSRefTypeImpl.setDerivedCRS
(DerivedCRSType newDerivedCRS) void
DocumentRootImpl.setDerivedCRS
(DerivedCRSType newDerivedCRS) -
Uses of DerivedCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DerivedCRSTypeModifier and TypeMethodDescriptionGml311Switch.caseDerivedCRSType
(DerivedCRSType object) Returns the result of interpreting the object as an instance of 'Derived CRS Type'.boolean
Gml311Validator.validateDerivedCRSType
(DerivedCRSType derivedCRSType, DiagnosticChain diagnostics, Map<Object, Object> context)