Uses of Interface
net.opengis.gml311.AbstractReferenceSystemType
-
Packages that use AbstractReferenceSystemType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractReferenceSystemType in net.opengis.gml311
Subinterfaces of AbstractReferenceSystemType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractGeneralDerivedCRSTypeA representation of the model object 'Abstract General Derived CRS 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'.Methods in net.opengis.gml311 that return AbstractReferenceSystemType Modifier and Type Method Description AbstractReferenceSystemTypeCoordinateReferenceSystemRefType. getCoordinateReferenceSystem()Returns the value of the 'Coordinate Reference System' containment reference.AbstractReferenceSystemTypeDocumentRoot. getCoordinateReferenceSystem()Returns the value of the 'Coordinate Reference System' containment reference.AbstractReferenceSystemTypeCRSRefType. getCRS()Returns the value of the 'CRS' containment reference.AbstractReferenceSystemTypeDocumentRoot. getCRS()Returns the value of the 'CRS' containment reference.AbstractReferenceSystemTypeDocumentRoot. getReferenceSystem()Returns the value of the 'Reference System' containment reference.AbstractReferenceSystemTypeReferenceSystemRefType. getReferenceSystem()Returns the value of the 'Reference System' containment reference. -
Uses of AbstractReferenceSystemType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractReferenceSystemType Modifier and Type Class Description classAbstractGeneralDerivedCRSTypeImplAn implementation of the model object 'Abstract General Derived CRS 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'.Methods in net.opengis.gml311.impl that return AbstractReferenceSystemType Modifier and Type Method Description AbstractReferenceSystemTypeCoordinateReferenceSystemRefTypeImpl. getCoordinateReferenceSystem()AbstractReferenceSystemTypeDocumentRootImpl. getCoordinateReferenceSystem()AbstractReferenceSystemTypeCRSRefTypeImpl. getCRS()AbstractReferenceSystemTypeDocumentRootImpl. getCRS()AbstractReferenceSystemTypeDocumentRootImpl. getReferenceSystem()AbstractReferenceSystemTypeReferenceSystemRefTypeImpl. getReferenceSystem()Methods in net.opengis.gml311.impl with parameters of type AbstractReferenceSystemType Modifier and Type Method Description NotificationChainCoordinateReferenceSystemRefTypeImpl. basicSetCoordinateReferenceSystem(AbstractReferenceSystemType newCoordinateReferenceSystem, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCoordinateReferenceSystem(AbstractReferenceSystemType newCoordinateReferenceSystem, NotificationChain msgs)NotificationChainCRSRefTypeImpl. basicSetCRS(AbstractReferenceSystemType newCRS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCRS(AbstractReferenceSystemType newCRS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetReferenceSystem(AbstractReferenceSystemType newReferenceSystem, NotificationChain msgs)NotificationChainReferenceSystemRefTypeImpl. basicSetReferenceSystem(AbstractReferenceSystemType newReferenceSystem, NotificationChain msgs) -
Uses of AbstractReferenceSystemType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractReferenceSystemType Modifier and Type Method Description TGml311Switch. caseAbstractReferenceSystemType(AbstractReferenceSystemType object)Returns the result of interpreting the object as an instance of 'Abstract Reference System Type'.booleanGml311Validator. validateAbstractReferenceSystemType(AbstractReferenceSystemType abstractReferenceSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-