Uses of Interface
net.opengis.gml311.CompoundCRSType
-
Packages that use CompoundCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CompoundCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompoundCRSType Modifier and Type Method Description CompoundCRSType
Gml311Factory. createCompoundCRSType()
Returns a new object of class 'Compound CRS Type'.CompoundCRSType
CompoundCRSRefType. getCompoundCRS()
Returns the value of the 'Compound CRS' containment reference.CompoundCRSType
DocumentRoot. getCompoundCRS()
Returns the value of the 'Compound CRS' containment reference.Methods in net.opengis.gml311 with parameters of type CompoundCRSType Modifier and Type Method Description void
CompoundCRSRefType. setCompoundCRS(CompoundCRSType value)
Sets the value of the 'Compound CRS
' containment reference.void
DocumentRoot. setCompoundCRS(CompoundCRSType value)
Sets the value of the 'Compound CRS
' containment reference. -
Uses of CompoundCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CompoundCRSType Modifier and Type Class Description class
CompoundCRSTypeImpl
An implementation of the model object 'Compound CRS Type'.Fields in net.opengis.gml311.impl declared as CompoundCRSType Modifier and Type Field Description protected CompoundCRSType
CompoundCRSRefTypeImpl. compoundCRS
The cached value of the 'Compound CRS
' containment reference.Methods in net.opengis.gml311.impl that return CompoundCRSType Modifier and Type Method Description CompoundCRSType
Gml311FactoryImpl. createCompoundCRSType()
CompoundCRSType
CompoundCRSRefTypeImpl. getCompoundCRS()
CompoundCRSType
DocumentRootImpl. getCompoundCRS()
Methods in net.opengis.gml311.impl with parameters of type CompoundCRSType Modifier and Type Method Description NotificationChain
CompoundCRSRefTypeImpl. basicSetCompoundCRS(CompoundCRSType newCompoundCRS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCompoundCRS(CompoundCRSType newCompoundCRS, NotificationChain msgs)
void
CompoundCRSRefTypeImpl. setCompoundCRS(CompoundCRSType newCompoundCRS)
void
DocumentRootImpl. setCompoundCRS(CompoundCRSType newCompoundCRS)
-
Uses of CompoundCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompoundCRSType Modifier and Type Method Description T
Gml311Switch. caseCompoundCRSType(CompoundCRSType object)
Returns the result of interpreting the object as an instance of 'Compound CRS Type'.boolean
Gml311Validator. validateCompoundCRSType(CompoundCRSType compoundCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-