All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.las.ogdi.OGDIFamily
- Point represents point features such as elevation point, buildings, survey points etc; - Line represents linear features such as roads, railroads, rivers, etc.; - Area represents polygon features such as lakes, built-up areas, etc.; - Text represents text features such as place names; - Matrix represents any 8-bit matrix or raster coverage. This can be an elevation coverage, or a scanned map; - Image represents a 32-bit capable raster coverage.The example below contains a scanned raster map:
-family Matrix -url gltp:/rpf/c:/forthood/cib/rpf -coverage 10M@1@CIB@DMASC@2
public static final OGDIFamily LINEAREA
public static final OGDIFamily AREAPOINT
public static final OGDIFamily POINTTEXT
public static final OGDIFamily TEXTMATRIX
public static final OGDIFamily MATRIXIMAGE
public static final OGDIFamily IMAGEUNKNOWN
public static final OGDIFamily UNKNOWN
public String getFamilyType()
public static OGDIFamily getFamily(String type)
public String toString()
All Packages Class Hierarchy This Package Previous Next Index