Uses of Interface
net.opengis.gml311.AbstractReferenceSystemBaseType
-
Packages that use AbstractReferenceSystemBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractReferenceSystemBaseType in net.opengis.gml311
Subinterfaces of AbstractReferenceSystemBaseType in net.opengis.gml311 Modifier and Type Interface Description interface
AbstractGeneralDerivedCRSType
A representation of the model object 'Abstract General Derived CRS Type'.interface
AbstractReferenceSystemType
A representation of the model object 'Abstract Reference System Type'.interface
CompoundCRSType
A representation of the model object 'Compound CRS Type'.interface
DerivedCRSType
A representation of the model object 'Derived CRS Type'.interface
EngineeringCRSType
A representation of the model object 'Engineering CRS Type'.interface
GeocentricCRSType
A representation of the model object 'Geocentric CRS Type'.interface
GeographicCRSType
A representation of the model object 'Geographic CRS Type'.interface
ImageCRSType
A representation of the model object 'Image CRS Type'.interface
ProjectedCRSType
A representation of the model object 'Projected CRS Type'.interface
TemporalCRSType
A representation of the model object 'Temporal CRS Type'.interface
VerticalCRSType
A representation of the model object 'Vertical CRS Type'. -
Uses of AbstractReferenceSystemBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractReferenceSystemBaseType Modifier and Type Class Description class
AbstractGeneralDerivedCRSTypeImpl
An implementation of the model object 'Abstract General Derived CRS Type'.class
AbstractReferenceSystemBaseTypeImpl
An implementation of the model object 'Abstract Reference System Base Type'.class
AbstractReferenceSystemTypeImpl
An implementation of the model object 'Abstract Reference System Type'.class
CompoundCRSTypeImpl
An implementation of the model object 'Compound CRS Type'.class
DerivedCRSTypeImpl
An implementation of the model object 'Derived CRS Type'.class
EngineeringCRSTypeImpl
An implementation of the model object 'Engineering CRS Type'.class
GeocentricCRSTypeImpl
An implementation of the model object 'Geocentric CRS Type'.class
GeographicCRSTypeImpl
An implementation of the model object 'Geographic CRS Type'.class
ImageCRSTypeImpl
An implementation of the model object 'Image CRS Type'.class
ProjectedCRSTypeImpl
An implementation of the model object 'Projected CRS Type'.class
TemporalCRSTypeImpl
An implementation of the model object 'Temporal CRS Type'.class
VerticalCRSTypeImpl
An implementation of the model object 'Vertical CRS Type'. -
Uses of AbstractReferenceSystemBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractReferenceSystemBaseType Modifier and Type Method Description T
Gml311Switch. caseAbstractReferenceSystemBaseType(AbstractReferenceSystemBaseType object)
Returns the result of interpreting the object as an instance of 'Abstract Reference System Base Type'.boolean
Gml311Validator. validateAbstractReferenceSystemBaseType(AbstractReferenceSystemBaseType abstractReferenceSystemBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-