Package hec.map.aishape
Class AiShapePointM
java.lang.Object
hec.map.aishape.AiShapeObject
hec.map.aishape.AiShapePoint
hec.map.aishape.AiShapePointM
- All Implemented Interfaces:
AiShapeConst
,ImportObject
,ImportPoint
,Serializable
- See Also:
-
Field Summary
Fields inherited from class hec.map.aishape.AiShapeObject
_contentLength, _contentRead, _index, _type
Fields 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 TypeMethodDescriptionint
Returns the number of bytes in the body of this shape when stored on disk.int
readRecord
(EndianInputStream input) read the extra M info which is currently not usedvoid
writeRecord
(EndianOutputStream output) Methods inherited from class hec.map.aishape.AiShapePoint
contains, getReferencePt, getWorldPt, setWorldPt
Methods inherited from class hec.map.aishape.AiShapeObject
getAttribute, getBytesRead, getExtent, getFields, getIndex, printFields, readBoundingBox, readRecordHeader, recordByteLength, setAttribute, writeBoundingBox, writeRecordHeader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hec.map.importer.ImportObject
getAttribute
-
Constructor Details
-
AiShapePointM
public AiShapePointM() -
AiShapePointM
-
-
Method Details
-
contentByteLength
public int contentByteLength()Description copied from class:AiShapeObject
Returns the number of bytes in the body of this shape when stored on disk.- Overrides:
contentByteLength
in classAiShapePoint
-
readRecord
read the extra M info which is currently not used- Overrides:
readRecord
in classAiShapePoint
-
writeRecord
- Overrides:
writeRecord
in classAiShapePoint
-