Uses of Interface
net.opengis.gml311.DerivedCRSType
-
Packages that use DerivedCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DerivedCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedCRSType Modifier and Type Method Description DerivedCRSType
Gml311Factory. createDerivedCRSType()
Returns a new object of class 'Derived CRS Type'.DerivedCRSType
DerivedCRSRefType. getDerivedCRS()
Returns the value of the 'Derived CRS' containment reference.DerivedCRSType
DocumentRoot. getDerivedCRS()
Returns the value of the 'Derived CRS' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedCRSType Modifier and Type Method Description void
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 DerivedCRSType Modifier and Type Class Description class
DerivedCRSTypeImpl
An implementation of the model object 'Derived CRS Type'.Fields in net.opengis.gml311.impl declared as DerivedCRSType Modifier and Type Field Description protected DerivedCRSType
DerivedCRSRefTypeImpl. derivedCRS
The cached value of the 'Derived CRS
' containment reference.Methods in net.opengis.gml311.impl that return DerivedCRSType Modifier and Type Method Description DerivedCRSType
Gml311FactoryImpl. createDerivedCRSType()
DerivedCRSType
DerivedCRSRefTypeImpl. getDerivedCRS()
DerivedCRSType
DocumentRootImpl. getDerivedCRS()
Methods in net.opengis.gml311.impl with parameters of type DerivedCRSType Modifier and Type Method Description NotificationChain
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 DerivedCRSType Modifier and Type Method Description T
Gml311Switch. 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)
-