Package hec.map.importer
Interface ShapeSource
- All Known Implementing Classes:
AiShapeGlyph
,AiShapeMap
public interface ShapeSource
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Returns the Well Known Text Representation of the projection.getName()
Returns a list of "Import" Shape Objects from this source.void
highlightRecords
(List shapes, int centerPointGraphic)
-
Method Details
-
getName
String getName()- Returns:
-
getFieldDescriptors
List getFieldDescriptors()- Returns:
-
getShapes
List getShapes()Returns a list of "Import" Shape Objects from this source.- Returns:
-
getCoordinateReferenceSystem
CoordinateReferenceSystem getCoordinateReferenceSystem()Returns the Well Known Text Representation of the projection.- Returns:
- the WKT or NULL if there is no projection.
-
highlightRecords
- Parameters:
shapes
-centerPointGraphic
-
-
clearHighlights
void clearHighlights()
-