org.deegree.feature.persistence.sql.id
Class IdAnalysis

java.lang.Object
  extended by org.deegree.feature.persistence.sql.id.IdAnalysis

public class IdAnalysis
extends Object

Analysis of an incoming feature / geometry id.

Version:
$Revision: 30547 $, $Date: 2011-04-26 13:24:33 +0200 (Tue, 26 Apr 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 FeatureType getFeatureType()
           
 String[] getIdKernels()
          Returns the values for the feature id columns from the FIDMapping.
 boolean isFid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFeatureType

public FeatureType getFeatureType()
Returns:

getIdKernels

public String[] getIdKernels()
Returns the values for the feature id columns from the FIDMapping.

Returns:
values for feature id columns, never null

isFid

public boolean isFid()
Returns:

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.