|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The class of the Property
's value.public interface Property<T>
A spatial or non-spatial property of a Feature
.
Encapsulates a (qualified) name, type information and a value of a certain type.
Feature
Method Summary | |
---|---|
QName |
getName()
Returns the name of the property. |
PropertyType<T> |
getType()
Returns the type information for this property. |
T |
getValue()
Returns the value of this property. |
Method Detail |
---|
QName getName()
In a canonical GML representation, this corresponds to the property's element name in the declaration. However, there are some GML application schemas (e.g. CityGML) that define properties using abstract element declarations and provide multiple concrete substitutable elements. In these cases, the name of a property is not equal to the name of the property type.
null
PropertyType<T> getType()
null
T getValue()
null
if it is nilled
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |