Uses of Class
org.geotools.geometry.jts.Geometries

Packages that use Geometries
org.geotools.geometry.jts   
 

Uses of Geometries in org.geotools.geometry.jts
 

Methods in org.geotools.geometry.jts that return Geometries
static Geometries Geometries.get(com.vividsolutions.jts.geom.Geometry geom)
          Get the Geometries for the given object.
static Geometries Geometries.getForBinding(java.lang.Class<? extends com.vividsolutions.jts.geom.Geometry> geomClass)
          Get the Geometries for the given Geometry class.
static Geometries Geometries.getForName(java.lang.String name)
          Get the Geometries for the specified name.
static Geometries Geometries.getForSQLType(int sqlType)
          Get the Geometries with the given integer SQL type code.
static Geometries Geometries.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Geometries[] Geometries.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.