| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FeatureProperty | |
| org.deegree_impl.io.shpapi | |
| org.deegree_impl.model.feature | |
| org.deegree_impl.services.gazetteer | |
| org.deegree.model.feature | |
| Uses of FeatureProperty in org.deegree_impl.io.shpapi | 
| Methods in org.deegree_impl.io.shpapi that return FeatureProperty | |
 FeatureProperty[] | 
ShapeFile.getFeatureProperties(FeatureCollection fc,
                     int n)
 | 
| Uses of FeatureProperty in org.deegree_impl.model.feature | 
| Classes in org.deegree_impl.model.feature that implement FeatureProperty | |
(package private)  class | 
FeatureProperty_Impl
the interface describes a property entry of a feature.  | 
| Methods in org.deegree_impl.model.feature that return FeatureProperty | |
static FeatureProperty | 
FeatureFactory.createFeatureProperty(java.lang.String name,
                      java.lang.Object value)
creates an instance of a FeatureProperty from its name and the data (value) it contains  | 
| Methods in org.deegree_impl.model.feature with parameters of type FeatureProperty | |
 void | 
Feature_Impl.setProperty(FeatureProperty property)
the value for the submitted property.  | 
static Feature | 
FeatureFactory.createFeature(java.lang.String id,
              FeatureType featureType,
              FeatureProperty[] properties)
creates an instance of a Feature from its FeatureType and an array of Objects that represents it properties.  | 
static FeatureCollection | 
FeatureFactory.createFeatureCollection(java.lang.String id,
                        FeatureType featureType,
                        FeatureProperty[] properties,
                        int initialCapacity)
creates an instance of a FeatureCollection with an initial capacity and a defined featuretype.  | 
| Constructors in org.deegree_impl.model.feature with parameters of type FeatureProperty | |
Feature_Impl(java.lang.String id,
             FeatureType featureType,
             FeatureProperty[] properties)
initializes a feature with its id its FeatureType and an array of properties.  | 
|
FeatureCollection_Impl(java.lang.String id,
                       FeatureType featureType,
                       FeatureProperty[] properties,
                       int initialCapacity)
 | 
|
| Uses of FeatureProperty in org.deegree_impl.services.gazetteer | 
| Fields in org.deegree_impl.services.gazetteer declared as FeatureProperty | |
private static FeatureProperty[] | 
SI_LocationInstance_Impl.fp
 | 
| Methods in org.deegree_impl.services.gazetteer that return FeatureProperty | |
private static FeatureProperty[] | 
SI_LocationInstance_Impl.initLIFeatureProperties()
 | 
| Uses of FeatureProperty in org.deegree.model.feature | 
| Methods in org.deegree.model.feature with parameters of type FeatureProperty | |
 void | 
Feature.setProperty(FeatureProperty property)
sets the value for the submitted property.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||