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