|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
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 | |
---|---|
javax.xml.namespace.QName |
getName()
Returns the name of the property. |
PropertyType |
getType()
Returns the type information for this property. |
TypedObjectNode |
getValue()
Returns the value of this property. |
boolean |
isNilled()
Returns whether the property is nilled (corresponds to xsi:nil in an XML representation of the property element). |
void |
setValue(TypedObjectNode value)
Sets the value of this property. |
java.lang.String |
toString()
Returns the text value of this property. |
Method Detail |
---|
javax.xml.namespace.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 getType()
null
boolean isNilled()
TypedObjectNode getValue()
null
void setValue(TypedObjectNode value)
value
- the value of this property, can be null
java.lang.String toString()
toString
in class java.lang.Object
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |