Uses of Interface
net.opengis.gml311.DerivedCRSTypeType
-
Packages that use DerivedCRSTypeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DerivedCRSTypeType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedCRSTypeType Modifier and Type Method Description DerivedCRSTypeType
Gml311Factory. createDerivedCRSTypeType()
Returns a new object of class 'Derived CRS Type Type'.DerivedCRSTypeType
DerivedCRSType. getDerivedCRSType()
Returns the value of the 'Derived CRS Type' containment reference.DerivedCRSTypeType
DocumentRoot. getDerivedCRSType()
Returns the value of the 'Derived CRS Type' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedCRSTypeType Modifier and Type Method Description void
DerivedCRSType. setDerivedCRSType(DerivedCRSTypeType value)
Sets the value of the 'Derived CRS Type
' containment reference.void
DocumentRoot. setDerivedCRSType(DerivedCRSTypeType value)
Sets the value of the 'Derived CRS Type
' containment reference. -
Uses of DerivedCRSTypeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DerivedCRSTypeType Modifier and Type Class Description class
DerivedCRSTypeTypeImpl
An implementation of the model object 'Derived CRS Type Type'.Fields in net.opengis.gml311.impl declared as DerivedCRSTypeType Modifier and Type Field Description protected DerivedCRSTypeType
DerivedCRSTypeImpl. derivedCRSType
The cached value of the 'Derived CRS Type
' containment reference.Methods in net.opengis.gml311.impl that return DerivedCRSTypeType Modifier and Type Method Description DerivedCRSTypeType
Gml311FactoryImpl. createDerivedCRSTypeType()
DerivedCRSTypeType
DerivedCRSTypeImpl. getDerivedCRSType()
DerivedCRSTypeType
DocumentRootImpl. getDerivedCRSType()
Methods in net.opengis.gml311.impl with parameters of type DerivedCRSTypeType Modifier and Type Method Description NotificationChain
DerivedCRSTypeImpl. basicSetDerivedCRSType(DerivedCRSTypeType newDerivedCRSType, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDerivedCRSType(DerivedCRSTypeType newDerivedCRSType, NotificationChain msgs)
void
DerivedCRSTypeImpl. setDerivedCRSType(DerivedCRSTypeType newDerivedCRSType)
void
DocumentRootImpl. setDerivedCRSType(DerivedCRSTypeType newDerivedCRSType)
-
Uses of DerivedCRSTypeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DerivedCRSTypeType Modifier and Type Method Description T
Gml311Switch. caseDerivedCRSTypeType(DerivedCRSTypeType object)
Returns the result of interpreting the object as an instance of 'Derived CRS Type Type'.boolean
Gml311Validator. validateDerivedCRSTypeType(DerivedCRSTypeType derivedCRSTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-