|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLProperty | |
org.deegree_impl.gml | |
org.deegree.gml |
Uses of GMLProperty in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLProperty | |
class |
GMLComplexProperty_Impl
The class represents a complex feature property. |
class |
GMLFeatureProperty_Impl
---------------------------------------------------------- |
class |
GMLGeoProperty_Impl
---------------------------------------------------------- |
class |
GMLProperty_Impl
---------------------------------------------------------- |
Methods in org.deegree_impl.gml that return GMLProperty | |
static GMLProperty |
GMLProperty_Impl.createGMLProperty(org.w3c.dom.Document doc,
java.lang.String propName)
factory method to create a GMLProperty. the property that will be return doesn't contain a value. |
static GMLProperty |
GMLProperty_Impl.createGMLProperty(org.w3c.dom.Document doc,
java.lang.String propertyName,
java.lang.String propertyValue)
factory method to create a GMLProperty. |
GMLProperty[] |
GMLFeature_Impl.getProperties()
returns all properties of the feature |
GMLProperty[] |
GMLFeature_Impl.getNoneGeoProperties()
returns alls properties that are not a GMLGeometry |
GMLProperty |
GMLFeature_Impl.getProperty(java.lang.String name)
returns a specific property identified by its name |
Methods in org.deegree_impl.gml with parameters of type GMLProperty | |
static GMLFeature |
GMLFeature_Impl.createGMLFeature(org.w3c.dom.Document doc,
java.lang.String featureTypeName,
java.lang.String id,
GMLProperty[] properties)
creates a GMLFeature. |
void |
GMLFeature_Impl.addProperty(GMLProperty property)
adds a property to the feature. |
Uses of GMLProperty in org.deegree.gml |
Subinterfaces of GMLProperty in org.deegree.gml | |
interface |
GMLComplexProperty
---------------------------------------------------------- |
interface |
GMLFeatureProperty
The class definies a property that a feature that may has different properties to. |
interface |
GMLGeoProperty
---------------------------------------------------------- |
Methods in org.deegree.gml that return GMLProperty | |
GMLProperty[] |
GMLFeature.getProperties()
returns all properties of the feature |
GMLProperty[] |
GMLFeature.getNoneGeoProperties()
returns alls properties that are not a GMLGeometry |
GMLProperty |
GMLFeature.getProperty(java.lang.String name)
returns a specific property identified by its name |
Methods in org.deegree.gml with parameters of type GMLProperty | |
void |
GMLFeature.addProperty(GMLProperty property)
adds a property to the feature |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |