|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComplexAttribute | |
---|---|
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.simple |
Uses of ComplexAttribute in org.opengis.feature |
---|
Subinterfaces of ComplexAttribute in org.opengis.feature | |
---|---|
interface |
DataFeatureCollection
Deprecated. Removed pending a redesign of feature storage interfaces |
interface |
Feature
A Feature, of arbitrary complexity, with at a minimum Geometry and CRS information. |
interface |
FeatureCollection
Represents a FeatureCollection (explicitly a Collection |
Methods in org.opengis.feature that return ComplexAttribute | |
---|---|
ComplexAttribute |
FeatureFactory.createComplexAttribute(Collection<Property> value,
AttributeDescriptor desc,
String id)
Creates a nested complex attribute. |
ComplexAttribute |
FeatureFactory.createComplexAttribute(Collection<Property> value,
ComplexType type,
String id)
Create attribute based explicitly on type (not nested). |
Uses of ComplexAttribute in org.opengis.feature.simple |
---|
Subinterfaces of ComplexAttribute in org.opengis.feature.simple | |
---|---|
interface |
SimpleFeature
Feature interface customised for Simple content. |
interface |
SimpleFeatureCollection
A FeatureCollection which placed the following contraints on its contents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |