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

Packages that use CompressionLevel
org.geotools.renderer.array Private package for storing arrays of two-dimensional coordinates points as floating point numbers.  
org.geotools.renderer.geom Shape implementations used for the rendering of geographic features.  
 

Uses of CompressionLevel in org.geotools.renderer.array
 

Methods in org.geotools.renderer.array with parameters of type CompressionLevel
 PointArray PointArray.getFinal(CompressionLevel level)
          Deprecated. Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci.
 PointArray DefaultArray.getFinal(CompressionLevel level)
          Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci.
 PointArray GenericArray.getFinal(CompressionLevel level)
          Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci.
 PointArray JTSArray.getFinal(CompressionLevel level)
          Retourne un tableau immutable qui contient les m?mes donn?es que celui-ci.
 

Uses of CompressionLevel in org.geotools.renderer.geom
 

Fields in org.geotools.renderer.geom declared as CompressionLevel
static CompressionLevel CompressionLevel.DIRECT_AS_FLOATS
          Transform coordinate points into direct positions stored as float values.
static CompressionLevel CompressionLevel.RELATIVE_AS_BYTES
          Transform coordinate points into relative positions stored as byte values.
 

Methods in org.geotools.renderer.geom with parameters of type CompressionLevel
 float Polyline.compress(CompressionLevel level)
          Compress this polyline.
 float GeometryProxy.compress(CompressionLevel level)
          Compress the wrapped geometry.
 float Point.compress(CompressionLevel level)
          Point compression is not supported as it makes no sense for points.
 float Polygon.compress(CompressionLevel level)
          Compress this polygon.
abstract  float Geometry.compress(CompressionLevel level)
          Compress this geometry.
 float GeometryCollection.compress(CompressionLevel level)
          Compress all geometries in this collection.
 



Copyright © GeoTools. All Rights Reserved.