Package org.geotools.grid
-
Interface Summary Interface Description GridElement The base interface for vector grid elements.LineElement A marker (empty) interface for a grid element that is a line.PolygonElement Represents aGridElement
that is a polygon. -
Class Summary Class Description DefaultGridFeatureBuilder A basic implementation ofGridFeatureBuilder
which will create aSimpleFeatureType
having two properties: element - TYPE Polygon id - TYPE Integer The attribute names can also be referred to using GridFeatureBuilder.DEFAULT_GEOMETRY_ATTRIBUTE_NAME and DefaultGridFeatureBuilder.ID_ATTRIBUTE_NAMEEnvelopes A helper class to create bounding envelopes with width and height that are simple multiples of a given resolution.GridFeatureBuilder Controls the creating of features representing grid elements during vector grid construction.Grids A utility class to create polygonal vector grids with basic attributes.Lines A utility class to create line grids with basic attributes.PolygonBuilder The base class for builders that generate polygonal grid elements. -
Enum Summary Enum Description Neighbor Constants for neighbor positions used when bulding polygonal grids.