org.deegree.gml
Interface GMLGeometry

All Known Subinterfaces:
GMLBox, GMLGeometryCollection, GMLLinearRing, GMLLineString, GMLMultiLineString, GMLMultiPoint, GMLMultiPolygon, GMLPoint, GMLPolygon
All Known Implementing Classes:
GMLBox_Impl, GMLGeometry_Impl, GMLGeometryCollection_Impl, GMLLinearRing_Impl, GMLLineString_Impl, GMLMultiLineString_Impl, GMLMultiPoint_Impl, GMLMultiPolygon_Impl, GMLPoint_Impl, GMLPolygon_Impl

public interface GMLGeometry

----------------------------------------------------------

Version:
07.02.2001

Author:
Andreas Poth

Method Summary
 java.lang.String getId()
          returns the ID of the geometry
 java.lang.String getName()
          returns the name of the Geometry.
 java.lang.String getSrs()
          returns the spatial reference system of the geometry
 void setId(java.lang.String id)
           
 void setSrs(java.lang.String srs)
           
 

Method Detail

getName

public java.lang.String getName()
returns the name of the Geometry. As default a geometry is named using the types specified within the geometry.xsd schema file. But the user is allowed to extend this types to create his own geometries with its own names


getId

public java.lang.String getId()
returns the ID of the geometry


setId

public void setId(java.lang.String id)
See Also:
getId()

getSrs

public java.lang.String getSrs()
returns the spatial reference system of the geometry


setSrs

public void setSrs(java.lang.String srs)
See Also:
getSrs()