Package net.opengis.gml311
Interface CartesianCSType
- 
- All Superinterfaces:
- AbstractCoordinateSystemBaseType,- AbstractCoordinateSystemType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- CartesianCSTypeImpl
 
 public interface CartesianCSType extends AbstractCoordinateSystemType A representation of the model object 'Cartesian CS Type'. A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three usesAxis associations.- See Also:
- Gml311Package.getCartesianCSType()
 
- 
- 
Method Summary- 
Methods inherited from interface AbstractCoordinateSystemBaseTypegetCsName, setCsName
 - 
Methods inherited from interface AbstractCoordinateSystemTypegetCsID, getRemarks, getUsesAxis, setRemarks
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
-