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".int
Retruns the number of points that this holder contains
-
Constructor Details
-
TransformPointHolder
-
-
Method Details
-
transform
-
getPointCount
public int getPointCount()Description copied from interface:WorldPointHolder
Retruns the number of points that this holder contains- Specified by:
getPointCount
in interfaceWorldPointHolder
- Returns:
-
getPointAt
Description copied from interface:WorldPointHolder
Returns the point at the position marked by "index".- Specified by:
getPointAt
in interfaceWorldPointHolder
- Returns:
-
getFieldDescriptors
Description copied from interface:WorldPointHolder
Returns a list of Field Descriptors for the point at the position marked by "index"- Specified by:
getFieldDescriptors
in interfaceWorldPointHolder
- Returns:
-
getFields
Description copied from interface:WorldPointHolder
Returns a list of AiShape Field objects in the same order as the list of Field Descritors.- Specified by:
getFields
in interfaceWorldPointHolder
- Returns:
-
getCoordinateReferenceSystem
Description copied from interface:WorldPointHolder
Returns 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:
getCoordinateReferenceSystem
in interfaceWorldPointHolder
- Returns:
- the CRS or NULL if there is not one.
-