Uses of Interface
net.opengis.gml311.DerivedCRSType
-
Packages that use DerivedCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DerivedCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedCRSType Modifier and Type Method Description DerivedCRSTypeGml311Factory. createDerivedCRSType()Returns a new object of class 'Derived CRS Type'.DerivedCRSTypeDerivedCRSRefType. getDerivedCRS()Returns the value of the 'Derived CRS' containment reference.DerivedCRSTypeDocumentRoot. getDerivedCRS()Returns the value of the 'Derived CRS' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedCRSType Modifier and Type Method Description voidDerivedCRSRefType. setDerivedCRS(DerivedCRSType value)Sets the value of the 'Derived CRS' containment reference.voidDocumentRoot. setDerivedCRS(DerivedCRSType value)Sets the value of the 'Derived CRS' containment reference. -
Uses of DerivedCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DerivedCRSType Modifier and Type Class Description classDerivedCRSTypeImplAn implementation of the model object 'Derived CRS Type'.Fields in net.opengis.gml311.impl declared as DerivedCRSType Modifier and Type Field Description protected DerivedCRSTypeDerivedCRSRefTypeImpl. derivedCRSThe cached value of the 'Derived CRS' containment reference.Methods in net.opengis.gml311.impl that return DerivedCRSType Modifier and Type Method Description DerivedCRSTypeGml311FactoryImpl. createDerivedCRSType()DerivedCRSTypeDerivedCRSRefTypeImpl. getDerivedCRS()DerivedCRSTypeDocumentRootImpl. getDerivedCRS()Methods in net.opengis.gml311.impl with parameters of type DerivedCRSType Modifier and Type Method Description NotificationChainDerivedCRSRefTypeImpl. basicSetDerivedCRS(DerivedCRSType newDerivedCRS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDerivedCRS(DerivedCRSType newDerivedCRS, NotificationChain msgs)voidDerivedCRSRefTypeImpl. setDerivedCRS(DerivedCRSType newDerivedCRS)voidDocumentRootImpl. setDerivedCRS(DerivedCRSType newDerivedCRS) -
Uses of DerivedCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DerivedCRSType Modifier and Type Method Description TGml311Switch. caseDerivedCRSType(DerivedCRSType object)Returns the result of interpreting the object as an instance of 'Derived CRS Type'.booleanGml311Validator. validateDerivedCRSType(DerivedCRSType derivedCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-