|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureType | |
|---|---|
| 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.feature.type | Feature model ISO 19109 with allowances for usability. |
| org.opengis.metadata.maintenance | Maintenance information. |
| Uses of FeatureType in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return FeatureType | |
|---|---|
FeatureType |
Feature.getType()
Override and type narrow to FeatureType. |
| Methods in org.opengis.feature with parameters of type FeatureType | |
|---|---|
Feature |
FeatureFactory.createFeature(Collection<Property> value,
FeatureType type,
String id)
Creates a feature. |
| Uses of FeatureType in org.opengis.feature.simple |
|---|
| Subinterfaces of FeatureType in org.opengis.feature.simple | |
|---|---|
interface |
SimpleFeatureType
The type of a SimpleFeature. |
| Uses of FeatureType in org.opengis.feature.type |
|---|
| Methods in org.opengis.feature.type that return FeatureType | |
|---|---|
FeatureType |
FeatureTypeFactory.createFeatureType(Name name,
Collection<PropertyDescriptor> schema,
GeometryDescriptor defaultGeometry,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a feature type. |
| Uses of FeatureType in org.opengis.metadata.maintenance |
|---|
| Methods in org.opengis.metadata.maintenance that return types with arguments of type FeatureType | |
|---|---|
Set<? extends FeatureType> |
ScopeDescription.getFeatureInstances()
Feature instances to which the information applies. |
Set<? extends FeatureType> |
ScopeDescription.getFeatures()
Features to which the information applies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||