org.geotools.renderer.lite
Class SymbolizerAssociation

java.lang.Object
  extended byorg.geotools.renderer.lite.SymbolizerAssociation

public class SymbolizerAssociation
extends java.lang.Object


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

Field Detail

xform

public org.opengis.referencing.operation.MathTransform2D xform

crs

public org.opengis.referencing.crs.CoordinateReferenceSystem crs
Constructor Detail

SymbolizerAssociation

public SymbolizerAssociation()
Method Detail

getXform

public org.opengis.referencing.operation.MathTransform2D getXform()

setXform

public void setXform(org.opengis.referencing.operation.MathTransform2D xform)

getCRS

public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS()

setCRS

public void setCRS(org.opengis.referencing.crs.CoordinateReferenceSystem crs)


Copyright © GeoTools. All Rights Reserved.