Package org.geotools.process.vector
Class GraticuleLabelPointProcess
- Object
-
- GraticuleLabelPointProcess
-
- All Implemented Interfaces:
VectorProcess
public class GraticuleLabelPointProcess extends Object implements VectorProcess
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GraticuleLabelPointProcess.PositionEnum
-
Field Summary
Fields Modifier and Type Field Description static double
DELTA
-
Constructor Summary
Constructors Constructor Description GraticuleLabelPointProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement)
-
-
-
Field Detail
-
DELTA
public static final double DELTA
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) throws ProcessException, FactoryException, TransformException
-
-