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 interfaceAbstractGeneralDerivedCRSTypeA representation of the model object 'Abstract General Derived CRS Type'.interfaceAbstractReferenceSystemTypeA representation of the model object 'Abstract Reference System Type'.interfaceCompoundCRSTypeA representation of the model object 'Compound CRS Type'.interfaceDerivedCRSTypeA representation of the model object 'Derived CRS Type'.interfaceEngineeringCRSTypeA representation of the model object 'Engineering CRS Type'.interfaceGeocentricCRSTypeA representation of the model object 'Geocentric CRS Type'.interfaceGeographicCRSTypeA representation of the model object 'Geographic CRS Type'.interfaceImageCRSTypeA representation of the model object 'Image CRS Type'.interfaceProjectedCRSTypeA representation of the model object 'Projected CRS Type'.interfaceTemporalCRSTypeA representation of the model object 'Temporal CRS Type'.interfaceVerticalCRSTypeA 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 classAbstractGeneralDerivedCRSTypeImplAn implementation of the model object 'Abstract General Derived CRS Type'.classAbstractReferenceSystemBaseTypeImplAn implementation of the model object 'Abstract Reference System Base Type'.classAbstractReferenceSystemTypeImplAn implementation of the model object 'Abstract Reference System Type'.classCompoundCRSTypeImplAn implementation of the model object 'Compound CRS Type'.classDerivedCRSTypeImplAn implementation of the model object 'Derived CRS Type'.classEngineeringCRSTypeImplAn implementation of the model object 'Engineering CRS Type'.classGeocentricCRSTypeImplAn implementation of the model object 'Geocentric CRS Type'.classGeographicCRSTypeImplAn implementation of the model object 'Geographic CRS Type'.classImageCRSTypeImplAn implementation of the model object 'Image CRS Type'.classProjectedCRSTypeImplAn implementation of the model object 'Projected CRS Type'.classTemporalCRSTypeImplAn implementation of the model object 'Temporal CRS Type'.classVerticalCRSTypeImplAn 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 TGml311Switch. caseAbstractReferenceSystemBaseType(AbstractReferenceSystemBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Reference System Base Type'.booleanGml311Validator. validateAbstractReferenceSystemBaseType(AbstractReferenceSystemBaseType abstractReferenceSystemBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-