Uses of Class
com.luciad.io.TLcdDataOutputStream
-
Uses of TLcdDataOutputStream in com.luciad.format.shp
Modifier and TypeMethodDescriptionprotected void
TLcdSHPModelEncoder.write2DBounds
(ILcdBounds aBounds, TLcdDataOutputStream aDOS) Encodes aILcdBounds
to the output stream following the ESRI SHP file technical specification.protected void
TLcdSHPModelEncoder.write2DPoint
(ILcdPoint aPoint, TLcdDataOutputStream aDOS) Encodes aILcdPoint
as a Point to the output stream following the ESRI SHP file technical specification.protected void
TLcdSHPModelEncoder.write2DPointM
(TLcdSHPPointM aPointM, TLcdDataOutputStream aDOS) Encodes aTLcdSHPPointM
as a PointM to the output stream following the ESRI SHP file technical specification.protected void
TLcdSHPModelEncoder.write2DPointZ
(TLcdSHPPointZ aPointZ, TLcdDataOutputStream aDOS) Encodes aTLcdSHPPointM
as a PointZ to the output stream following the ESRI SHP file technical specification.protected void
TLcdSHPModelEncoder.write2DPolygon
(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeList
containingILcdPointList
as a set of Polygons to the output stream following the ESRI SHP file technical specification.protected void
TLcdSHPModelEncoder.write2DPolygonM
(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeList
containingILcdPolygon
as a set of PolygonM's to the output stream following the ESRI SHP file technical specification.protected void
TLcdSHPModelEncoder.write2DPolyline
(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeList
containingILcdPolyline
as a set of Polylines to the output stream following the ESRI SHP file technical specification.protected void
TLcdSHPModelEncoder.write2DPolylineM
(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeList
containingILcdPolyline
as a set of PolylineM's to the output stream following the ESRI SHP file technical specification.