Package | Description |
---|---|
org.geotools.data.vpf | |
org.geotools.data.vpf.readers |
Modifier and Type | Method and Description |
---|---|
VPFFeatureType |
VPFLibrary.getFeatureType(ContentEntry entry) |
Modifier and Type | Method and Description |
---|---|
List<VPFFeatureType> |
VPFCoverage.getFeatureTypes()
Returns the feature types for this coverage
|
Constructor and Description |
---|
VPFCovFeatureSource(VPFFeatureType featureType,
ContentEntry entry,
Query query) |
VPFFeatureReader(ContentState contentState,
VPFFeatureType featureType) |
VPFFeatureReader(VPFFeatureType type)
Creates a new instance of VPFFeatureReader
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectedNodeGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
void |
EntityNodeGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
void |
TextGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
void |
LineGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
abstract void |
VPFGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values)
Constructs a geometry for the appropriate feature type based on values currently on the
object, retrieving values as needed from the various VPFFile objects
|
void |
AreaGeometryFactory.createGeometry(VPFFeatureType featureType,
SimpleFeature values) |
Copyright © 1996–2022 Geotools. All rights reserved.