deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.gml
Interface GMLObject

All Known Subinterfaces:
CompositeCurve, CompositeGeometry<T>, CompositeSolid, CompositeSurface, Curve, Definition, Dictionary, Envelope, Feature, FeatureCollection, GeometricPrimitive, Geometry, LinearRing, LineString, MultiCurve, MultiGeometry<T>, MultiLineString, MultiPoint, MultiPolygon, MultiSolid, MultiSurface, OrientableCurve, OrientableSurface, Point, Polygon, PolyhedralSurface, Ring, SimpleFeature, Solid, StreamFeatureCollection, Surface, Tin, TriangulatedSurface
All Known Implementing Classes:
AbstractDefaultGeometry, AbstractFeature, AbstractFeatureCollection, CurveReference, DefaultCompositeCurve, DefaultCompositeGeometry, DefaultCompositeSolid, DefaultCompositeSurface, DefaultCurve, DefaultEnvelope, DefaultLinearRing, DefaultLineString, DefaultMultiCurve, DefaultMultiGeometry, DefaultMultiLineString, DefaultMultiPoint, DefaultMultiPolygon, DefaultMultiSolid, DefaultMultiSurface, DefaultOrientableCurve, DefaultOrientableSurface, DefaultPoint, DefaultPolygon, DefaultPolyhedralSurface, DefaultRing, DefaultSolid, DefaultSurface, DefaultTin, DefaultTriangulatedSurface, FeatureReference, GenericDefinition, GenericDictionary, GenericFeature, GenericFeatureCollection, GenericSimpleFeature, GeometricPrimitiveReference, GeometryReference, GMLReference, LineStringReference, PointReference, PolygonReference, SolidReference, SurfaceReference

public interface GMLObject

Basic interface for GML objects.

Currently, deegree has built-in support for the following types of GML objects:

Version:
$Revision: 21659 $, $Date: 2009-12-23 14:29:54 +0100 (Mi, 23 Dez 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
Feature, Geometry, Definition, CoordinateSystem

Method Summary
 GMLStdProps getGMLProperties()
          Returns the standard GML properties (e.g.
 String getId()
          Returns the id of the object.
 

Method Detail

getId

String getId()
Returns the id of the object.

Returns:
the id of the object, or null if it doesn't have an id

getGMLProperties

GMLStdProps getGMLProperties()
Returns the standard GML properties (e.g. gml:name).

Returns:
the standard GML properties, may be

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>