Uses of Class
com.luciad.io.TLcdDataOutputStream
Packages that use TLcdDataOutputStream
-
Uses of TLcdDataOutputStream in com.luciad.format.shp
Methods in com.luciad.format.shp with parameters of type TLcdDataOutputStreamModifier and TypeMethodDescriptionprotected voidTLcdSHPModelEncoder.write2DBounds(ILcdBounds aBounds, TLcdDataOutputStream aDOS) Encodes aILcdBoundsto the output stream following the ESRI SHP file technical specification.protected voidTLcdSHPModelEncoder.write2DPoint(ILcdPoint aPoint, TLcdDataOutputStream aDOS) Encodes aILcdPointas a Point to the output stream following the ESRI SHP file technical specification.protected voidTLcdSHPModelEncoder.write2DPointM(TLcdSHPPointM aPointM, TLcdDataOutputStream aDOS) Encodes aTLcdSHPPointMas a PointM to the output stream following the ESRI SHP file technical specification.protected voidTLcdSHPModelEncoder.write2DPointZ(TLcdSHPPointZ aPointZ, TLcdDataOutputStream aDOS) Encodes aTLcdSHPPointMas a PointZ to the output stream following the ESRI SHP file technical specification.protected voidTLcdSHPModelEncoder.write2DPolygon(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeListcontainingILcdPointListas a set of Polygons to the output stream following the ESRI SHP file technical specification.protected voidTLcdSHPModelEncoder.write2DPolygonM(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeListcontainingILcdPolygonas a set of PolygonM's to the output stream following the ESRI SHP file technical specification.protected voidTLcdSHPModelEncoder.write2DPolyline(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeListcontainingILcdPolylineas a set of Polylines to the output stream following the ESRI SHP file technical specification.protected voidTLcdSHPModelEncoder.write2DPolylineM(ILcdShapeList aShapeList, TLcdDataOutputStream aDOS) Encodes aILcdShapeListcontainingILcdPolylineas a set of PolylineM's to the output stream following the ESRI SHP file technical specification.