org.deegree.feature.persistence.mapping.property
Class GeometryMapping

java.lang.Object
  extended by org.deegree.feature.persistence.mapping.property.Mapping
      extended by org.deegree.feature.persistence.mapping.property.GeometryMapping

public class GeometryMapping
extends Mapping

The class TODO add class documentation here.

Version:
$Revision: 27750 $, $Date: 2010-11-03 16:49:44 +0100 (Mi, 03. Nov 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
GeometryMapping(PropertyName path, MappingExpression mapping, GeometryPropertyType.GeometryType type, GeometryPropertyType.CoordinateDimension dim, CRS crs, java.lang.String srid, JoinChain joinedTable)
           
 
Method Summary
 CRS getCRS()
           
 GeometryPropertyType.CoordinateDimension getDim()
           
 java.lang.String getSrid()
           
 GeometryPropertyType.GeometryType getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.deegree.feature.persistence.mapping.property.Mapping
getJoinedTable, getMapping, getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryMapping

public GeometryMapping(PropertyName path,
                       MappingExpression mapping,
                       GeometryPropertyType.GeometryType type,
                       GeometryPropertyType.CoordinateDimension dim,
                       CRS crs,
                       java.lang.String srid,
                       JoinChain joinedTable)
Method Detail

getType

public GeometryPropertyType.GeometryType getType()

getDim

public GeometryPropertyType.CoordinateDimension getDim()

getCRS

public CRS getCRS()

getSrid

public java.lang.String getSrid()

toString

public java.lang.String toString()
Overrides:
toString in class Mapping


Copyright © 2011. All Rights Reserved.