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 DerivedCRSRefType
Gml311Factory. createDerivedCRSRefType()
Returns a new object of class 'Derived CRS Ref Type'.DerivedCRSRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
DerivedCRSRefTypeImpl
An implementation of the model object 'Derived CRS Ref Type'.Methods in net.opengis.gml311.impl that return DerivedCRSRefType Modifier and Type Method Description DerivedCRSRefType
Gml311FactoryImpl. createDerivedCRSRefType()
DerivedCRSRefType
DocumentRootImpl. getDerivedCRSRef()
Methods in net.opengis.gml311.impl with parameters of type DerivedCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDerivedCRSRef(DerivedCRSRefType newDerivedCRSRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseDerivedCRSRefType(DerivedCRSRefType object)
Returns the result of interpreting the object as an instance of 'Derived CRS Ref Type'.boolean
Gml311Validator. validateDerivedCRSRefType(DerivedCRSRefType derivedCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-