Uses of Interface
net.opengis.gml311.CompoundCRSRefType
-
Packages that use CompoundCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CompoundCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompoundCRSRefType Modifier and Type Method Description CompoundCRSRefType
Gml311Factory. createCompoundCRSRefType()
Returns a new object of class 'Compound CRS Ref Type'.CompoundCRSRefType
DocumentRoot. getCompoundCRSRef()
Returns the value of the 'Compound CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type CompoundCRSRefType Modifier and Type Method Description void
DocumentRoot. setCompoundCRSRef(CompoundCRSRefType value)
Sets the value of the 'Compound CRS Ref
' containment reference. -
Uses of CompoundCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CompoundCRSRefType Modifier and Type Class Description class
CompoundCRSRefTypeImpl
An implementation of the model object 'Compound CRS Ref Type'.Methods in net.opengis.gml311.impl that return CompoundCRSRefType Modifier and Type Method Description CompoundCRSRefType
Gml311FactoryImpl. createCompoundCRSRefType()
CompoundCRSRefType
DocumentRootImpl. getCompoundCRSRef()
Methods in net.opengis.gml311.impl with parameters of type CompoundCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCompoundCRSRef(CompoundCRSRefType newCompoundCRSRef, NotificationChain msgs)
void
DocumentRootImpl. setCompoundCRSRef(CompoundCRSRefType newCompoundCRSRef)
-
Uses of CompoundCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompoundCRSRefType Modifier and Type Method Description T
Gml311Switch. caseCompoundCRSRefType(CompoundCRSRefType object)
Returns the result of interpreting the object as an instance of 'Compound CRS Ref Type'.boolean
Gml311Validator. validateCompoundCRSRefType(CompoundCRSRefType compoundCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-