public interface IlvVMAPGeometryFactory
Modifier and Type | Method and Description |
---|---|
IlvMapGeometry |
createGeometryForFeature(IlvVMAPTable currentPrimitiveTable,
Object[] currentPrimitiveRecord,
IlvVMAPReader VMAPReader)
Builds and returns a gis component for a specified VMAP feature.
|
IlvMapGeometry createGeometryForFeature(IlvVMAPTable currentPrimitiveTable, Object[] currentPrimitiveRecord, IlvVMAPReader VMAPReader) throws IOException, IlvVMAPFormatException
currentPrimitiveTable
- Associated primitive Table.currentPrimitiveRecord
- Primitive VMAP feature.VMAPReader
- The VMAP reader that this factory deals with.IlvMapGeometry
representing the specified VMAP feature.IOException
- if reading from the input failed.IlvVMAPFormatException
- if the VMAP data source does not comply with specifications.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.