Package hec.map
Interface WorldPointHolder
- All Known Implementing Classes:
TransformPointHolder
public interface WorldPointHolder
-
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
-
Method Details
-
getPointCount
int getPointCount()Retruns the number of points that this holder contains- Returns:
-
getPointAt
Returns the point at the position marked by "index".- Parameters:
index
-- Returns:
-
getFieldDescriptors
List<AiShapeFieldDescriptor> getFieldDescriptors()Returns a list of Field Descriptors for the point at the position marked by "index"- Returns:
-
getFields
Returns a list of AiShape Field objects in the same order as the list of Field Descritors.- Parameters:
index
-- Returns:
-
getCoordinateReferenceSystem
CoordinateReferenceSystem getCoordinateReferenceSystem()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- Returns:
- the CRS or NULL if there is not one.
-