Package hec.map
Class TransformPointHolder
java.lang.Object
hec.map.TransformPointHolder
- All Implemented Interfaces:
WorldPointHolder
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the coordinate reference system that describes the data in this manager.Returns a list of Field Descriptors for the point at the position marked by "index"getFields(int index) Returns a list of AiShape Field objects in the same order as the list of Field Descritors.getPointAt(int index) Returns the point at the position marked by "index".intRetruns the number of points that this holder contains
-
Constructor Details
-
TransformPointHolder
-
-
Method Details
-
transform
-
getPointCount
public int getPointCount()Description copied from interface:WorldPointHolderRetruns the number of points that this holder contains- Specified by:
getPointCountin interfaceWorldPointHolder- Returns:
-
getPointAt
Description copied from interface:WorldPointHolderReturns the point at the position marked by "index".- Specified by:
getPointAtin interfaceWorldPointHolder- Returns:
-
getFieldDescriptors
Description copied from interface:WorldPointHolderReturns a list of Field Descriptors for the point at the position marked by "index"- Specified by:
getFieldDescriptorsin interfaceWorldPointHolder- Returns:
-
getFields
Description copied from interface:WorldPointHolderReturns a list of AiShape Field objects in the same order as the list of Field Descritors.- Specified by:
getFieldsin interfaceWorldPointHolder- Returns:
-
getCoordinateReferenceSystem
Description copied from interface:WorldPointHolderReturns the coordinate reference system that describes the data in this manager. This will return null if no system is present. Currently it defaults to its parent project (if one exists) to get the Coordinate Reference System- Specified by:
getCoordinateReferenceSystemin interfaceWorldPointHolder- Returns:
- the CRS or NULL if there is not one.
-