Uses of Interface
org.geotools.styling.AnchorPoint

Packages that use AnchorPoint
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of AnchorPoint in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type AnchorPoint
 void MetaBufferEstimator.visit(AnchorPoint ap)
           
 

Uses of AnchorPoint in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type AnchorPoint
 void StyleVisitorAdapter.visit(AnchorPoint ap)
           
 

Uses of AnchorPoint in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type AnchorPoint
 void OpacityFinder.visit(AnchorPoint ap)
           
 

Uses of AnchorPoint in org.geotools.styling
 

Fields in org.geotools.styling declared as AnchorPoint
static AnchorPoint AnchorPoint.DEFAULT
           
 

Methods in org.geotools.styling that return AnchorPoint
 AnchorPoint StyleFactoryImpl2.anchorPoint(org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
           
 AnchorPoint StyleFactoryImpl.anchorPoint(org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
           
 AnchorPoint StyleFactory.anchorPoint(org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
          Indicate what part of a Graphic is used to mark the location.
 AnchorPoint StyleBuilder.createAnchorPoint(double x, double y)
          wrapper round Stylefactory Method
 AnchorPoint StyleBuilder.createAnchorPoint(org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
          wrapper round Stylefactory Method
 AnchorPoint StyleFactoryImpl.createAnchorPoint(org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
           
abstract  AnchorPoint AbstractStyleFactory.createAnchorPoint(org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
           
 AnchorPoint StyleFactory.createAnchorPoint(org.opengis.filter.expression.Expression x, org.opengis.filter.expression.Expression y)
           
 AnchorPoint Graphic.getAnchorPoint()
          Location inside of the Graphic (or Label) to position the main-geometry point.
 AnchorPoint GraphicLegend.getAnchorPoint()
           
 AnchorPoint PointPlacement.getAnchorPoint()
          Returns the AnchorPoint which identifies the location inside a textlabel to use as an "anchor" for positioning it relative to a point geometry.
protected  AnchorPoint SLDParser.parseAnchorPoint(org.w3c.dom.Node root)
          Internal method to parse an AnchorPoint node; protected visibility for testing.
 

Methods in org.geotools.styling with parameters of type AnchorPoint
 PointPlacement StyleBuilder.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, org.opengis.filter.expression.Expression rotation)
          wrapper round Stylefactory Method
 PointPlacement StyleFactoryImpl.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, org.opengis.filter.expression.Expression rotation)
           
abstract  PointPlacement AbstractStyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, org.opengis.filter.expression.Expression rotation)
           
 PointPlacement StyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, org.opengis.filter.expression.Expression rotation)
           
 void GraphicImpl.setAnchorPoint(AnchorPoint anchor)
           
 void StyleAttributeExtractor.visit(AnchorPoint ap)
           
 void StyleVisitor.visit(AnchorPoint ap)
          Called when accept is called on a anchor point
 

Uses of AnchorPoint in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return AnchorPoint
 AnchorPoint ChannelSelectionBuilder.build()
           
 AnchorPoint ColorMapBuilder.build()
           
 AnchorPoint AnchorPointBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type AnchorPoint
 ChannelSelectionBuilder<P> ChannelSelectionBuilder.reset(AnchorPoint original)
           
 ColorMapBuilder<P> ColorMapBuilder.reset(AnchorPoint original)
           
 AnchorPointBuilder<P> AnchorPointBuilder.reset(AnchorPoint anchorPoint)
           
 ExternalGraphicBuilder<P> ExternalGraphicBuilder.reset(AnchorPoint original)
           
 

Constructors in org.geotools.styling.builder with parameters of type AnchorPoint
ChannelSelectionBuilder(AnchorPoint anchorPoint)
           
ColorMapBuilder(AnchorPoint anchorPoint)
           
 

Uses of AnchorPoint in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return AnchorPoint
protected  AnchorPoint DuplicatingStyleVisitor.copy(AnchorPoint anchorPoint)
          Null safe copy of anchor point.
 

Methods in org.geotools.styling.visitor with parameters of type AnchorPoint
protected  AnchorPoint DuplicatingStyleVisitor.copy(AnchorPoint anchorPoint)
          Null safe copy of anchor point.
 void DuplicatingStyleVisitor.visit(AnchorPoint ap)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.