org.geotools.renderer.lite
Class SymbolizerAssociation

Object
  extended by SymbolizerAssociation

public class SymbolizerAssociation
extends Object

Seems to be a cache of fun information associated with the Symbolizer.

Module:
modules/library/render (gt-render.jar)

Field Summary
 CoordinateReferenceSystem crs
           
 MathTransform2D xform
           
 
Constructor Summary
SymbolizerAssociation()
           
 
Method Summary
 CoordinateReferenceSystem getCRS()
           
 MathTransform2D getXform()
           
 void setCRS(CoordinateReferenceSystem crs)
           
 void setXform(MathTransform2D xform)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xform

public MathTransform2D xform

crs

public CoordinateReferenceSystem crs
Constructor Detail

SymbolizerAssociation

public SymbolizerAssociation()
Method Detail

getXform

public MathTransform2D getXform()

setXform

public void setXform(MathTransform2D xform)

getCRS

public CoordinateReferenceSystem getCRS()

setCRS

public void setCRS(CoordinateReferenceSystem crs)


Copyright © 1996-2009 Geotools. All Rights Reserved.