Uses of Interface
org.opengis.feature.Property

Packages that use Property
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. 
 

Uses of Property in org.opengis.feature
 

Subinterfaces of Property in org.opengis.feature
 interface Association
          Extension of Property to represent an Association, or relationship, between two attributes.
 interface Attribute
          An extension of Property for an attribute, or data.
 interface ComplexAttribute
          An instance of ComplexType which is composed of other properties.
 interface Feature
          An instance of FeatureType representing a geographic feature composed of geometric and non-geometric properties.
 interface GeometryAttribute
          An attribute which has a geometric value.
 

Methods in org.opengis.feature that return Property
 Property ComplexAttribute.getProperty(Name name)
          Returns single property of the complex attribute which matches the specified name.
 Property ComplexAttribute.getProperty(String name)
          Returns single property of the complex attribute which matches the specified name.
 

Methods in org.opengis.feature that return types with arguments of type Property
 Collection<Property> ComplexAttribute.getProperties()
          Complete collection of properties.
 Collection<Property> ComplexAttribute.getProperties(Name name)
          Returns a subset of the properties of the complex attribute which match the specified name.
 Collection<Property> ComplexAttribute.getProperties(String name)
          Returns a subset of the properties of the complex attribute which match the specified name.
 Collection<? extends Property> ComplexAttribute.getValue()
          Override of getValue() which returns the collection of Property which make up the value of the complex attribute.
 

Method parameters in org.opengis.feature with type arguments of type Property
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, AttributeDescriptor descriptor, String id)
          Creates a complex attribute.
 ComplexAttribute FeatureFactory.createComplexAttribute(Collection<Property> value, ComplexType type, String id)
          Creates a complex attribute.
 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.
 void ComplexAttribute.setValue(Collection<Property> values)
          Sets the contained properties of the complex attribute.
 

Uses of Property in org.opengis.feature.simple
 

Subinterfaces of Property in org.opengis.feature.simple
 interface SimpleFeature
          An instance of SimpleFeature composed of fixed list values in a known order.
 

Uses of Property in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return types with arguments of type Property
 Class<Collection<Property>> ComplexType.getBinding()
          Override and type narrow to Collection.class.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.