org.openjump.sigle.utilities.geom
Class FeatureCollectionUtil

java.lang.Object
  extended by org.openjump.sigle.utilities.geom.FeatureCollectionUtil

public class FeatureCollectionUtil
extends java.lang.Object

This class can check if a FeatureCollection has only one Geometry Type and in this case, return this Geometry Type.

Version:
2005-08-10
Author:
Erwan Bocher, Olivier Bedel

Constructor Summary
FeatureCollectionUtil()
           
 
Method Summary
static java.util.ArrayList getAttributesList(FeatureCollection fc)
           
static int getFeatureCollectionDimension(FeatureCollection fc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureCollectionUtil

public FeatureCollectionUtil()
Method Detail

getFeatureCollectionDimension

public static int getFeatureCollectionDimension(FeatureCollection fc)

getAttributesList

public static java.util.ArrayList getAttributesList(FeatureCollection fc)