Package org.geotools.grid
package org.geotools.grid
-
ClassDescriptionA basic implementation of
GridFeatureBuilder
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_NAMEA helper class to create bounding envelopes with width and height that are simple multiples of a given resolution.The base interface for vector grid elements.Controls the creating of features representing grid elements during vector grid construction.A utility class to create polygonal vector grids with basic attributes.A marker (empty) interface for a grid element that is a line.A utility class to create line grids with basic attributes.Constants for neighbor positions used when bulding polygonal grids.The base class for builders that generate polygonal grid elements.Represents aGridElement
that is a polygon.