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

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

public class IdAnalyzer
extends Object

Helper class for analyzing if a given feature or geometry id can be attributed to a certain feature type.

Version:
$Revision: 31572 $, $Date: 2011-08-18 11:11:21 +0200 (Thu, 18 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
IdAnalyzer(MappedAppSchema schema)
          Creates a new IdAnalyzer instance for the given MappedAppSchema.
 
Method Summary
 IdAnalysis analyze(String featureOrGeomId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdAnalyzer

public IdAnalyzer(MappedAppSchema schema)
Creates a new IdAnalyzer instance for the given MappedAppSchema.

Parameters:
schema - application schema with mapping information, must not be null
Method Detail

analyze

public IdAnalysis analyze(String featureOrGeomId)


Copyright © 2011. All Rights Reserved.