Package hec.map.aishape
Class AiShapeMultiPoint
java.lang.Object
hec.map.aishape.AiShapeObject
hec.map.aishape.AiShapeMultiPoint
- All Implemented Interfaces:
AiShapeConst,Serializable
AiShapeMultiPoint class replicates Arc Info MultiPoint
shape type
September 1998
September 1998
- See Also:
-
Field Summary
Fields inherited from class hec.map.aishape.AiShapeObject
_contentLength, _contentRead, _index, _typeFields inherited from interface hec.map.aishape.AiShapeConst
DEBUG, FILE_CODE, HIGHLIGHT_MODIFIER, QUERY_FLASH_LENGTH, SHAPE_TYPE_ARC, SHAPE_TYPE_MULTI_POINT, SHAPE_TYPE_NULL, SHAPE_TYPE_POINT, SHAPE_TYPE_POINT_M, SHAPE_TYPE_POINT_Z, SHAPE_TYPE_POLYGON, SHAPE_TYPE_POLYGON_M, SHAPE_TYPE_POLYGON_Z, SHAPE_TYPE_POLYLINE_M, SHAPE_TYPE_POLYLINE_Z, VERSION, XY_QUERY_TOLERANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns the number of bytes in the body of this shape when stored on disk.intreadRecord(EndianInputStream input) voidwriteRecord(EndianOutputStream output) Methods inherited from class hec.map.aishape.AiShapeObject
getAttribute, getBytesRead, getExtent, getFields, getIndex, printFields, readBoundingBox, readRecordHeader, recordByteLength, setAttribute, writeBoundingBox, writeRecordHeader
-
Constructor Details
-
AiShapeMultiPoint
public AiShapeMultiPoint()
-
-
Method Details
-
contentByteLength
public int contentByteLength()Description copied from class:AiShapeObjectReturns the number of bytes in the body of this shape when stored on disk.- Specified by:
contentByteLengthin classAiShapeObject
-
writeRecord
- Specified by:
writeRecordin classAiShapeObject
-
readRecord
- Overrides:
readRecordin classAiShapeObject
-
getReferencePt
-
contains
- Overrides:
containsin classAiShapeObject
-
getPoints
-
getWorldLine
-