Package net.opengis.gml311
Interface LinearCSType
- 
- All Superinterfaces:
- AbstractCoordinateSystemBaseType,- AbstractCoordinateSystemType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- LinearCSTypeImpl
 
 public interface LinearCSType extends AbstractCoordinateSystemType A representation of the model object 'Linear CS Type'. A one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. A LinearCS shall have one usesAxis association.- See Also:
- Gml311Package.getLinearCSType()
 
- 
- 
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
 
- 
 
-