Uses of Class
org.geotools.renderer.geom.GeometryCollection

Packages that use GeometryCollection
org.geotools.renderer.geom Shape implementations used for the rendering of geographic features.  
org.geotools.renderer.j2d Couches ? afficher sur une carte ? l'aide de Java2D.  
 

Uses of GeometryCollection in org.geotools.renderer.geom
 

Subclasses of GeometryCollection in org.geotools.renderer.geom
 class JTSGeometries
          A geometry collection backed by one or many JTS Geometry objects.
 

Constructors in org.geotools.renderer.geom with parameters of type GeometryCollection
GeometryCollection(GeometryCollection geometry)
          Construct a collection with the same data as the specified collection.
 

Uses of GeometryCollection in org.geotools.renderer.j2d
 

Methods in org.geotools.renderer.j2d with parameters of type GeometryCollection
 void RenderedGeometries.setGeometry(GeometryCollection geometry)
          Set a new geometry for this layer.
 

Constructors in org.geotools.renderer.j2d with parameters of type GeometryCollection
SLDRenderedGeometries(GeometryCollection geometry)
          Construct a layer for the specified geometry.
RenderedGeometries(GeometryCollection geometry)
          Construct a layer for the specified geometry.
 



Copyright © GeoTools. All Rights Reserved.