Uses of Interface
net.opengis.gml311.DerivedCRSRefType
-
Packages that use DerivedCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DerivedCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedCRSRefType Modifier and Type Method Description DerivedCRSRefTypeGml311Factory. createDerivedCRSRefType()Returns a new object of class 'Derived CRS Ref Type'.DerivedCRSRefTypeDocumentRoot. getDerivedCRSRef()Returns the value of the 'Derived CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedCRSRefType Modifier and Type Method Description voidDocumentRoot. setDerivedCRSRef(DerivedCRSRefType value)Sets the value of the 'Derived CRS Ref' containment reference. -
Uses of DerivedCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DerivedCRSRefType Modifier and Type Class Description classDerivedCRSRefTypeImplAn implementation of the model object 'Derived CRS Ref Type'.Methods in net.opengis.gml311.impl that return DerivedCRSRefType Modifier and Type Method Description DerivedCRSRefTypeGml311FactoryImpl. createDerivedCRSRefType()DerivedCRSRefTypeDocumentRootImpl. getDerivedCRSRef()Methods in net.opengis.gml311.impl with parameters of type DerivedCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDerivedCRSRef(DerivedCRSRefType newDerivedCRSRef, NotificationChain msgs)voidDocumentRootImpl. setDerivedCRSRef(DerivedCRSRefType newDerivedCRSRef) -
Uses of DerivedCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DerivedCRSRefType Modifier and Type Method Description TGml311Switch. caseDerivedCRSRefType(DerivedCRSRefType object)Returns the result of interpreting the object as an instance of 'Derived CRS Ref Type'.booleanGml311Validator. validateDerivedCRSRefType(DerivedCRSRefType derivedCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-