ShapeBase
Description
- Derived from
-
SerializableBase abstract
IShape - Extended by
-
CompositeShapeOne abstract
CompositeShapeTwo abstract
Shape abstract
Abstract base class for IShape implementations.
The following values are returned by the default property implementations:
-
IShape.IsEmpty : false
The following default member implementations are no-op placeholders:
The following default member implementations provide standard functionality and may be overridden by subclasses in order to provide custom / optimized behaviour:
Protected / Methods
ReadGeoref
Reads the shape geo-reference object from the given data stream.
- IOException
-
If an I/O error has occurred.
ReadMetadata
Reads the shape metadata object from the given data stream.
- IOException
-
If an I/O error has occurred.
WriteGeoref
Writes the shape geo-reference object to the given data stream.
- IOException
-
If an I/O error has occurred.
WriteMetadata
Writes the shape metadata object to the given data stream.
- IOException
-
If an I/O error has occurred.