Uses of Interface
org.opengis.style.Displacement

Packages that use Displacement
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of Displacement in org.opengis.style
 

Methods in org.opengis.style that return Displacement
 Displacement StyleFactory.displacement(Expression dx, Expression dy)
           
 Displacement Graphic.getDisplacement()
          The Displacement gives the X and Y displacements from the "hot-spot" point.
 Displacement PointPlacement.getDisplacement()
          The Displacement gives the X and Y displacements from the "hot-spot" point.
 Displacement PolygonSymbolizer.getDisplacement()
          The Displacement gives the X and Y displacements from the original geometry.
 

Methods in org.opengis.style with parameters of type Displacement
 Graphic StyleFactory.graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
           
 GraphicFill StyleFactory.graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicLegend StyleFactory.graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicStroke StyleFactory.graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
           
 PointPlacement StyleFactory.pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
           
 PolygonSymbolizer StyleFactory.polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
           
 Object StyleVisitor.visit(Displacement displacement, Object data)
          Called when accept is called on a displacement
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.