org.deegree.feature.persistence.sql.rules
Class GeometryMapping

java.lang.Object
  extended by org.deegree.feature.persistence.sql.rules.Mapping
      extended by org.deegree.feature.persistence.sql.rules.GeometryMapping

public class GeometryMapping
extends Mapping

Mapping of Geometry particles.

Version:
$Revision: 31658 $, $Date: 2011-08-25 20:09:40 +0200 (Thu, 25 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
GeometryMapping(ValueReference path, boolean voidable, MappingExpression mapping, GeometryPropertyType.GeometryType type, GeometryStorageParams geometryParams, List<TableJoin> tableChange)
           
 
Method Summary
 ICRS getCRS()
           
 GeometryPropertyType.CoordinateDimension getDim()
           
 MappingExpression getMapping()
           
 String getSrid()
           
 GeometryPropertyType.GeometryType getType()
           
 String toString()
           
 
Methods inherited from class org.deegree.feature.persistence.sql.rules.Mapping
getJoinedTable, getPath, isVoidable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryMapping

public GeometryMapping(ValueReference path,
                       boolean voidable,
                       MappingExpression mapping,
                       GeometryPropertyType.GeometryType type,
                       GeometryStorageParams geometryParams,
                       List<TableJoin> tableChange)
Method Detail

getMapping

public MappingExpression getMapping()

getType

public GeometryPropertyType.GeometryType getType()

getDim

public GeometryPropertyType.CoordinateDimension getDim()

getCRS

public ICRS getCRS()

getSrid

public String getSrid()

toString

public String toString()
Overrides:
toString in class Mapping


Copyright © 2011. All Rights Reserved.