Uses of Class
net.opengis.gml.AbstractReferenceSystemType

Packages that use AbstractReferenceSystemType
net.opengis.gml   
 

Uses of AbstractReferenceSystemType in net.opengis.gml
 

Subclasses of AbstractReferenceSystemType in net.opengis.gml
 class AbstractGeneralDerivedCRSType
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
 class CompoundCRSType
          A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
 class DerivedCRSType
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.
 class EngineeringCRSType
          A contextually local coordinate reference system; which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft.
 class GeocentricCRSType
          A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
 class GeographicCRSType
          A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
 class ImageCRSType
          An engineering coordinate reference system applied to locations in images.
 class ProjectedCRSType
          A 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known.
 class TemporalCRSType
          A 1D coordinate reference system used for the recording of time.
 class VerticalCRSType
          A 1D coordinate reference system used for recording heights or depths.
 

Fields in net.opengis.gml with type parameters of type AbstractReferenceSystemType
protected  JAXBElement<? extends AbstractReferenceSystemType> CoordinateReferenceSystemRefType.coordinateReferenceSystem
           
protected  JAXBElement<? extends AbstractReferenceSystemType> CRSRefType.crs
           
protected  JAXBElement<? extends AbstractReferenceSystemType> ReferenceSystemRefType.referenceSystem
           
 

Methods in net.opengis.gml that return types with arguments of type AbstractReferenceSystemType
 JAXBElement<AbstractReferenceSystemType> ObjectFactory.createCoordinateReferenceSystem(AbstractReferenceSystemType value)
          Create an instance of JAXBElement<AbstractReferenceSystemType>}
 JAXBElement<AbstractReferenceSystemType> ObjectFactory.createCRS(AbstractReferenceSystemType value)
          Create an instance of JAXBElement<AbstractReferenceSystemType>}
 JAXBElement<AbstractReferenceSystemType> ObjectFactory.createReferenceSystem(AbstractReferenceSystemType value)
          Create an instance of JAXBElement<AbstractReferenceSystemType>}
 JAXBElement<? extends AbstractReferenceSystemType> CoordinateReferenceSystemRefType.getCoordinateReferenceSystem()
          Obtient la valeur de la propriété coordinateReferenceSystem.
 JAXBElement<? extends AbstractReferenceSystemType> CRSRefType.getCRS()
          Obtient la valeur de la propriété crs.
 JAXBElement<? extends AbstractReferenceSystemType> ReferenceSystemRefType.getReferenceSystem()
          Obtient la valeur de la propriété referenceSystem.
 

Methods in net.opengis.gml with parameters of type AbstractReferenceSystemType
 JAXBElement<AbstractReferenceSystemType> ObjectFactory.createCoordinateReferenceSystem(AbstractReferenceSystemType value)
          Create an instance of JAXBElement<AbstractReferenceSystemType>}
 JAXBElement<AbstractReferenceSystemType> ObjectFactory.createCRS(AbstractReferenceSystemType value)
          Create an instance of JAXBElement<AbstractReferenceSystemType>}
 JAXBElement<AbstractReferenceSystemType> ObjectFactory.createReferenceSystem(AbstractReferenceSystemType value)
          Create an instance of JAXBElement<AbstractReferenceSystemType>}
 

Method parameters in net.opengis.gml with type arguments of type AbstractReferenceSystemType
 void CoordinateReferenceSystemRefType.setCoordinateReferenceSystem(JAXBElement<? extends AbstractReferenceSystemType> value)
          Définit la valeur de la propriété coordinateReferenceSystem.
 void CRSRefType.setCRS(JAXBElement<? extends AbstractReferenceSystemType> value)
          Définit la valeur de la propriété crs.
 void ReferenceSystemRefType.setReferenceSystem(JAXBElement<? extends AbstractReferenceSystemType> value)
          Définit la valeur de la propriété referenceSystem.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.