Uses of Class
net.opengis.gml.AbstractCoordinateSystemType

Packages that use AbstractCoordinateSystemType
net.opengis.gml   
 

Uses of AbstractCoordinateSystemType in net.opengis.gml
 

Subclasses of AbstractCoordinateSystemType in net.opengis.gml
 class CartesianCSType
          A 1-, 2-, or 3-dimensional coordinate system.
 class CylindricalCSType
          A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.
 class EllipsoidalCSType
          A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
 class LinearCSType
          A one-dimensional coordinate system that consists of the points that lie on the single axis described.
 class ObliqueCartesianCSType
          A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
 class PolarCSType
          A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.
 class SphericalCSType
          A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
 class TemporalCSType
          A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
 class UserDefinedCSType
          A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type.
 class VerticalCSType
          A one-dimensional coordinate system used to record the heights (or depths) of points.
 

Fields in net.opengis.gml with type parameters of type AbstractCoordinateSystemType
protected  JAXBElement<? extends AbstractCoordinateSystemType> CoordinateSystemRefType.coordinateSystem
           
 

Methods in net.opengis.gml that return types with arguments of type AbstractCoordinateSystemType
 JAXBElement<AbstractCoordinateSystemType> ObjectFactory.createCoordinateSystem(AbstractCoordinateSystemType value)
          Create an instance of JAXBElement<AbstractCoordinateSystemType>}
 JAXBElement<? extends AbstractCoordinateSystemType> CoordinateSystemRefType.getCoordinateSystem()
          Obtient la valeur de la propriété coordinateSystem.
 

Methods in net.opengis.gml with parameters of type AbstractCoordinateSystemType
 JAXBElement<AbstractCoordinateSystemType> ObjectFactory.createCoordinateSystem(AbstractCoordinateSystemType value)
          Create an instance of JAXBElement<AbstractCoordinateSystemType>}
 

Method parameters in net.opengis.gml with type arguments of type AbstractCoordinateSystemType
 void CoordinateSystemRefType.setCoordinateSystem(JAXBElement<? extends AbstractCoordinateSystemType> value)
          Définit la valeur de la propriété coordinateSystem.
 



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