Package org.opengis.feature.simple

Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values.

See:
          Description

Interface Summary
SimpleFeature An instance of SimpleFeatureType composed of fixed list values in a known order.
SimpleFeatureType The type of a SimpleFeature.
 

Package org.opengis.feature.simple Description

Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values.

A SimpleFeature is a wrapper around a list of values. The values are interpreted based on order; and must be supplied in exactly the the order indicated by the SimpleFeatureType.

This model matches the assumptions of GeoAPI 2.1 and is applicable in a wide range of applications from the representation of shapefiles; to simple database tables (with no external references).



Copyright © 1996-2014 Geotools. All Rights Reserved.