|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Feature | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| 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. |
| org.opengis.sld | |
| Uses of Feature in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return Feature | |
|---|---|
Feature |
FeatureFactory.createFeature(Collection<Property> value,
AttributeDescriptor descriptor,
String id)
Creates a feature. |
Feature |
FeatureFactory.createFeature(Collection<Property> value,
FeatureType type,
String id)
Creates a feature. |
| Methods in org.opengis.feature with parameters of type Feature | |
|---|---|
void |
FeatureVisitor.visit(Feature feature)
Visit the provided feature. |
| Uses of Feature in org.opengis.feature.simple |
|---|
| Subinterfaces of Feature in org.opengis.feature.simple | |
|---|---|
interface |
SimpleFeature
An instance of SimpleFeature composed of fixed list values in a known order. |
| Uses of Feature in org.opengis.sld |
|---|
| Methods in org.opengis.sld that return types with arguments of type Feature | |
|---|---|
Collection<Collection<Feature>> |
InlineFeature.features()
Collection of features. |
| Method parameters in org.opengis.sld with type arguments of type Feature | |
|---|---|
InlineFeature |
SLDFactory.createInLineFeature(Collection<Collection<Feature>> features)
Create a Inline feature content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||