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 CompoundCRSTypeGml311Factory. createCompoundCRSType()Returns a new object of class 'Compound CRS Type'.CompoundCRSTypeCompoundCRSRefType. getCompoundCRS()Returns the value of the 'Compound CRS' containment reference.CompoundCRSTypeDocumentRoot. 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 voidCompoundCRSRefType. setCompoundCRS(CompoundCRSType value)Sets the value of the 'Compound CRS' containment reference.voidDocumentRoot. 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 classCompoundCRSTypeImplAn implementation of the model object 'Compound CRS Type'.Fields in net.opengis.gml311.impl declared as CompoundCRSType Modifier and Type Field Description protected CompoundCRSTypeCompoundCRSRefTypeImpl. compoundCRSThe cached value of the 'Compound CRS' containment reference.Methods in net.opengis.gml311.impl that return CompoundCRSType Modifier and Type Method Description CompoundCRSTypeGml311FactoryImpl. createCompoundCRSType()CompoundCRSTypeCompoundCRSRefTypeImpl. getCompoundCRS()CompoundCRSTypeDocumentRootImpl. getCompoundCRS()Methods in net.opengis.gml311.impl with parameters of type CompoundCRSType Modifier and Type Method Description NotificationChainCompoundCRSRefTypeImpl. basicSetCompoundCRS(CompoundCRSType newCompoundCRS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCompoundCRS(CompoundCRSType newCompoundCRS, NotificationChain msgs)voidCompoundCRSRefTypeImpl. setCompoundCRS(CompoundCRSType newCompoundCRS)voidDocumentRootImpl. 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 TGml311Switch. caseCompoundCRSType(CompoundCRSType object)Returns the result of interpreting the object as an instance of 'Compound CRS Type'.booleanGml311Validator. validateCompoundCRSType(CompoundCRSType compoundCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-