|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtraProps | |
---|---|
org.deegree.feature | |
org.deegree.feature.types | |
org.deegree.gml.feature |
Uses of ExtraProps in org.deegree.feature |
---|
Methods in org.deegree.feature that return ExtraProps | |
---|---|
ExtraProps |
AbstractFeature.getExtraProperties()
|
ExtraProps |
Feature.getExtraProperties()
Returns the extra properties associated with the feature. |
Methods in org.deegree.feature with parameters of type ExtraProps | |
---|---|
void |
AbstractFeature.setExtraProperties(ExtraProps extraProps)
|
void |
Feature.setExtraProperties(ExtraProps extraProps)
|
Constructors in org.deegree.feature with parameters of type ExtraProps | |
---|---|
AbstractFeature(String fid,
FeatureType ft,
ExtraProps extraProps)
Creates a new AbstractFeature instance. |
|
AbstractFeatureCollection(String fid,
FeatureCollectionType ft,
ExtraProps extraProps)
Creates a new AbstractFeatureCollection instance. |
|
GenericFeature(FeatureType ft,
String fid,
List<Property> props,
GMLVersion version,
ExtraProps extraProps)
Creates a new GenericFeature instance. |
|
GenericFeatureCollection(FeatureCollectionType ft,
String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
Creates a new GenericFeatureCollection instance with type information and content specified using
properties. |
Uses of ExtraProps in org.deegree.feature.types |
---|
Methods in org.deegree.feature.types with parameters of type ExtraProps | |
---|---|
Feature |
FeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
Creates a new Feature instance (that is of this type). |
Feature |
DynamicFeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Feature |
GenericFeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Feature |
GenericFeatureCollectionType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Uses of ExtraProps in org.deegree.gml.feature |
---|
Methods in org.deegree.gml.feature that return ExtraProps | |
---|---|
ExtraProps |
FeatureReference.getExtraProperties()
|
Methods in org.deegree.gml.feature with parameters of type ExtraProps | |
---|---|
void |
FeatureReference.setExtraProperties(ExtraProps extraProps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |