Uses of Interface
org.deegree.commons.tom.gml.GMLStdProps

Packages that use GMLStdProps
org.deegree.commons.tom.gml   
org.deegree.geometry   
org.deegree.geometry.refs   
org.deegree.geometry.standard   
org.deegree.gml.dictionary   
org.deegree.gml.feature   
org.deegree.gml.props   
org.deegree.time.complex   
org.deegree.time.primitive   
 

Uses of GMLStdProps in org.deegree.commons.tom.gml
 

Methods in org.deegree.commons.tom.gml that return GMLStdProps
 GMLStdProps GMLReference.getGMLProperties()
           
 GMLStdProps GMLObject.getGMLProperties()
          Returns the standard GML properties (e.g.
 

Uses of GMLStdProps in org.deegree.geometry
 

Methods in org.deegree.geometry with parameters of type GMLStdProps
 void Geometry.setGMLProperties(GMLStdProps props)
          Sets the attached properties (e.g.
 

Uses of GMLStdProps in org.deegree.geometry.refs
 

Methods in org.deegree.geometry.refs that return GMLStdProps
 GMLStdProps GeometryReference.getGMLProperties()
           
 

Methods in org.deegree.geometry.refs with parameters of type GMLStdProps
 void GeometryReference.setGMLProperties(GMLStdProps standardProps)
           
 

Uses of GMLStdProps in org.deegree.geometry.standard
 

Methods in org.deegree.geometry.standard that return GMLStdProps
 GMLStdProps AbstractDefaultGeometry.getGMLProperties()
           
 

Methods in org.deegree.geometry.standard with parameters of type GMLStdProps
 void AbstractDefaultGeometry.setGMLProperties(GMLStdProps standardProps)
           
 

Uses of GMLStdProps in org.deegree.gml.dictionary
 

Methods in org.deegree.gml.dictionary that return GMLStdProps
 GMLStdProps GenericDefinition.getGMLProperties()
           
 

Constructors in org.deegree.gml.dictionary with parameters of type GMLStdProps
GenericDefinition(String id, GMLStdProps gmlProps)
          Creates a new GenericDefinition instance.
GenericDictionary(String id, GMLStdProps gmlProps, List<Definition> members, boolean isDefinitionCollection)
          Creates a new GenericDictionary instance.
 

Uses of GMLStdProps in org.deegree.gml.feature
 

Classes in org.deegree.gml.feature that implement GMLStdProps
 class StandardGMLFeatureProps
          Version-agnostic representation of the standard properties that any GML Feature allows for.
 

Uses of GMLStdProps in org.deegree.gml.props
 

Classes in org.deegree.gml.props that implement GMLStdProps
 class GMLStdPropsImpl
          Version-agnostic representation of the standard properties that any GMLObject allows for.
 

Methods in org.deegree.gml.props that return GMLStdProps
 GMLStdProps GMLStdPropsReader.read(XMLStreamReader xmlStream)
          Returns the object representation for the StandardObjectProperties element group of the given gml:_GML element event.
 

Methods in org.deegree.gml.props with parameters of type GMLStdProps
 void GMLStdPropsWriter.write(GMLStdProps props)
          Writes a GML representation of the given GMLStdProps to the stream.
 

Uses of GMLStdProps in org.deegree.time.complex
 

Methods in org.deegree.time.complex that return GMLStdProps
 GMLStdProps TimeTopologyComplex.getGMLProperties()
           
 

Uses of GMLStdProps in org.deegree.time.primitive
 

Methods in org.deegree.time.primitive that return GMLStdProps
 GMLStdProps TimePeriod.getGMLProperties()
           
 GMLStdProps TimeInstant.getGMLProperties()
           
 

Constructors in org.deegree.time.primitive with parameters of type GMLStdProps
TimeInstant(String id, GMLStdProps stdProps, TemporalPosition value)
           
TimePeriod(String id, GMLStdProps stdProps)
           
 



Copyright © 2011. All Rights Reserved.