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 CompoundCRSRefTypeGml311Factory. createCompoundCRSRefType()Returns a new object of class 'Compound CRS Ref Type'.CompoundCRSRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classCompoundCRSRefTypeImplAn implementation of the model object 'Compound CRS Ref Type'.Methods in net.opengis.gml311.impl that return CompoundCRSRefType Modifier and Type Method Description CompoundCRSRefTypeGml311FactoryImpl. createCompoundCRSRefType()CompoundCRSRefTypeDocumentRootImpl. getCompoundCRSRef()Methods in net.opengis.gml311.impl with parameters of type CompoundCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCompoundCRSRef(CompoundCRSRefType newCompoundCRSRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseCompoundCRSRefType(CompoundCRSRefType object)Returns the result of interpreting the object as an instance of 'Compound CRS Ref Type'.booleanGml311Validator. validateCompoundCRSRefType(CompoundCRSRefType compoundCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-