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 interface
DerivedCRSType
A representation of the model object 'Derived CRS Type'.interface
ProjectedCRSType
A representation of the model object 'Projected CRS Type'.Methods in net.opengis.gml311 that return AbstractGeneralDerivedCRSType Modifier and Type Method Description AbstractGeneralDerivedCRSType
DocumentRoot. 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 class
AbstractGeneralDerivedCRSTypeImpl
An implementation of the model object 'Abstract General Derived CRS Type'.class
DerivedCRSTypeImpl
An implementation of the model object 'Derived CRS Type'.class
ProjectedCRSTypeImpl
An implementation of the model object 'Projected CRS Type'.Methods in net.opengis.gml311.impl that return AbstractGeneralDerivedCRSType Modifier and Type Method Description AbstractGeneralDerivedCRSType
DocumentRootImpl. getGeneralDerivedCRS()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeneralDerivedCRSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractGeneralDerivedCRSType(AbstractGeneralDerivedCRSType object)
Returns the result of interpreting the object as an instance of 'Abstract General Derived CRS Type'.boolean
Gml311Validator. validateAbstractGeneralDerivedCRSType(AbstractGeneralDerivedCRSType abstractGeneralDerivedCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-