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

Packages that use UnmodifiableGeometryException
org.geotools.renderer.geom Shape implementations used for the rendering of geographic features.  
 

Uses of UnmodifiableGeometryException in org.geotools.renderer.geom
 

Methods in org.geotools.renderer.geom that throw UnmodifiableGeometryException
 void Polyline.setCoordinateSystem(CoordinateSystem coordinateSystem)
          Sets the polyline's coordinate system.
 float Polyline.compress(CompressionLevel level)
          Compress this polyline.
 void Polyline.setResolution(double resolution)
          Sets the polyline's resolution.
 void Point.setResolution(double resolution)
          Emtpy method, provided for compatibility with base class.
 void Point.setCoordinateSystem(CoordinateSystem coordinateSystem)
          Sets the polyline's coordinate system.
 void Polygon.setCoordinateSystem(CoordinateSystem coordinateSystem)
          Set the polygon's coordinate system.
 void Polygon.addHole(Polyline hole)
          Add a hole to this polygon.
abstract  void Geometry.setCoordinateSystem(CoordinateSystem coordinateSystem)
          Set the geometry's coordinate system.
abstract  float Geometry.compress(CompressionLevel level)
          Compress this geometry.
abstract  void Geometry.setResolution(double resolution)
          Set the geometry's resolution.
 void GeometryCollection.setCoordinateSystem(CoordinateSystem coordinateSystem)
          Set the geometry's coordinate system.
 void GeometryCollection.add(float[] array, int lower, int upper)
          Adds points to this collection.
 void GeometryCollection.add(java.awt.Shape shape)
          Add geometries from the specified shape.
 Geometry GeometryCollection.add(Geometry toAdd)
          Add a geometry to this collection.
 boolean GeometryCollection.remove(Geometry toRemove)
          Removes a geometry from this collection.
 void GeometryCollection.removeAll()
          Remove all geometries from this geometry.
 void GeometryCollection.assemble(java.awt.Shape mapBounds, float[] toComplete, ProgressListener progress)
          Assemble all polylines in order to create closed polygons for proper rendering.
 void GeometryCollection.assemble(ProgressListener progress)
          Assemble all polylines with default setting.
 float GeometryCollection.compress(CompressionLevel level)
          Compress all geometries in this collection.
 void GeometryCollection.setResolution(double resolution)
          Set the geometry's resolution.
 



Copyright © GeoTools. All Rights Reserved.