Name Prompt Count Type FILV Database Vector File Name 1-64 Char DBVS Database Vector Segment 1-16 Int FILE Database File Name 1-64 Char DBOC Database Output Channel List 0-1 Int FLDNME Field Name 1-64 Char ALGO Algorithm 1-10 Char REPORT Report Mode: TERM/OFF/filename 0-64 Char
EASI>FILV="filespec"
EASI>DBVS=i EASI>DBVS=i,..,j
EASI>FILE="filespec"
EASI>DBOC=i | save to channel #i EASI>DBOC= | save to bitmap
EASI>REPORT="filename" EASI>REPORT="OFF" | turn off report EASI>REPORT="TERM" | terminal output (default)
Valid Values: ATTRIBUTE, ZCOORD Default: ATTRIBUTESpecifies the attribute name whose value is to be used to grid the polygons or edges. If this parameter is specified as ZCOORD, the z coordinate of the first vertex of each vector shape is used. If the specified attribute does not exist and it is not ZCOORD, the ShapeID of the vector shapes are used for gridding. When ALGO is EDGEFILL, the attribute value is taken from the seed points.
ATTRIBUTE -> The attribute of the vector segment is used. ZCOORD -> The actual Z-coordinates of the vectors are used.
Valid Values: POLYGON, EDGEFILL Default: POLYGONALGO[Selection,"POLYGON|EDGEFILL"]:Algorithm
Specifies one of two algorithms:
First, if the complete boundary of each polygon is specified in a single vector, the polygon scanline conversion algorithm is applied to directly grid the polygons (corresponding to ALGO="POLYGON"). In order to use this algorithm, each vector in the specified vector layers must be a closed curve (or several closed rings) with at least 4 vertices (including a pair of duplicated vertices). The scanline conversion algorithm can process polygons with holes or even with islands within holes, as long as the entire boundaries (exterior and interior) of each polygon are given in one shape.
GRDPOL accepts generic vector layers as well as Arc/Info type of topological layers. In case of topological layers, only the area layer should be specified in DBVS; GRDPOL will automatically find and use the corresponding topological arc layer. The grey level for a polygon is derived from the vector attribute value whose name is given by the Field Name parameter.
The second algorithm used by GRDPOL first draws polygon boundaries as arcs and then fills the polygon interiors (corresponding to ALGO="EDGEFILL"). Each arc only specifies a partial boundary of a polygon (or between several polygons) and it is not necessary to be a closed curve. A polygon is then defined by the area enclosed by several arcs. An interior point (seed point) is required for each polygon. The input vector layers specify the arcs and the points, where they can be in separate layers or combined in a single layer. If an interior point is too close to an arc (with distance less than half of pixel size), it becomes ambiguous for the algorithm and will be ignored. Any multiple points within one polygon will also be ignored. The grey level for a polygon is derived from the attribute value of the interior point where the attribute name is specified in the Field Name parameter.
If requested, a status report is generated which summarizes the results of gridding and interpretation.
EASI>FILE="irvine.pix" EASI>DBIC=6 EASI>DBIW= EASI>DBSN="POLYGONS" EASI>DBSD= EASI>POLYINFO="BOTH" EASI>BORDER="OFF" EASI>CONTINT= EASI>RUN RTVUse GRDPOL to create raster polygon coverage based on polygons stored in the segment created by RTV. The resulting output channel 8 should be identical to channel 6.
EASI>DBVS=LASC |RTV puts created segment number in LASC EASI>DBOC=8 EASI>FILV= EASI>FLDNME="Attribute" EASI>ALGO="EDGEFILL" EASI>REPORT= EASI>RUN GRDPOL