Uses of Interface
net.opengis.gml311.AbstractGeneralDerivedCRSType
-
Packages that use AbstractGeneralDerivedCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeneralDerivedCRSType in net.opengis.gml311
Subinterfaces of AbstractGeneralDerivedCRSType in net.opengis.gml311 Modifier and Type Interface Description interfaceDerivedCRSTypeA representation of the model object 'Derived CRS Type'.interfaceProjectedCRSTypeA representation of the model object 'Projected CRS Type'.Methods in net.opengis.gml311 that return AbstractGeneralDerivedCRSType Modifier and Type Method Description AbstractGeneralDerivedCRSTypeDocumentRoot. getGeneralDerivedCRS()Returns the value of the 'General Derived CRS' containment reference. -
Uses of AbstractGeneralDerivedCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeneralDerivedCRSType Modifier and Type Class Description classAbstractGeneralDerivedCRSTypeImplAn implementation of the model object 'Abstract General Derived CRS Type'.classDerivedCRSTypeImplAn implementation of the model object 'Derived CRS Type'.classProjectedCRSTypeImplAn implementation of the model object 'Projected CRS Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralDerivedCRSType Modifier and Type Method Description AbstractGeneralDerivedCRSTypeDocumentRootImpl. getGeneralDerivedCRS()Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralDerivedCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeneralDerivedCRS(AbstractGeneralDerivedCRSType newGeneralDerivedCRS, NotificationChain msgs) -
Uses of AbstractGeneralDerivedCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeneralDerivedCRSType Modifier and Type Method Description TGml311Switch. caseAbstractGeneralDerivedCRSType(AbstractGeneralDerivedCRSType object)Returns the result of interpreting the object as an instance of 'Abstract General Derived CRS Type'.booleanGml311Validator. validateAbstractGeneralDerivedCRSType(AbstractGeneralDerivedCRSType abstractGeneralDerivedCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-