Uses of Interface
org.geotools.api.util.Cloneable
-
Packages that use Cloneable Package Description org.geotools.api.coverage.grid Quadrilateral grid coverages.org.geotools.api.parameter Description and storage of parameter values.org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.processing Coverage processing implementations.org.geotools.data.complex.util org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.metadata.math A set of mathematical objects and algebraic utilities.org.geotools.parameter Parameter implementation.org.geotools.referencing.datum Datum implementation.org.geotools.referencing.operation.matrix Matrix implementations on top of thejavax.vecmath
package.org.geotools.referencing.operation.transform Basic implementations of math transforms.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of Cloneable in org.geotools.api.coverage.grid
Subinterfaces of Cloneable in org.geotools.api.coverage.grid Modifier and Type Interface Description interface
GridCoordinates
Holds the set of grid coordinates that specifies the location of the grid point within the grid. -
Uses of Cloneable in org.geotools.api.parameter
Subinterfaces of Cloneable in org.geotools.api.parameter Modifier and Type Interface Description interface
GeneralParameterValue
Abstract parameter value or group of parameter values.interface
ParameterValue<T>
A parameter value used by an operation method.interface
ParameterValueGroup
A group of related parameter values. -
Uses of Cloneable in org.geotools.api.referencing.operation
Subinterfaces of Cloneable in org.geotools.api.referencing.operation Modifier and Type Interface Description interface
Matrix
A two dimensional array of numbers. -
Uses of Cloneable in org.geotools.coverage.grid
Classes in org.geotools.coverage.grid that implement Cloneable Modifier and Type Class Description class
GeneralGridCoordinates
Holds the set of grid coordinates that specifies the location of the grid point within the grid.static class
GeneralGridCoordinates.Immutable
An immutableGridCoordinates
.class
GridCoordinates2D
Holds the set of two-dimensional grid coordinates that specifies the location of the grid point within the grid.class
GridEnvelope2D
Defines a range of two-dimensional grid coverage coordinates.class
ImageGeometry
A simple grid geometry holding the grid range as a rectangle and the grid to CRS relationship as an affine transform. -
Uses of Cloneable in org.geotools.coverage.processing
Classes in org.geotools.coverage.processing that implement Cloneable Modifier and Type Class Description class
RangeSpecifier
Argument type forDefaultProcessor
operations for specifying the range, colors and units of a computation result. -
Uses of Cloneable in org.geotools.data.complex.util
Classes in org.geotools.data.complex.util that implement Cloneable Modifier and Type Class Description static class
XPathUtil.Step
static class
XPathUtil.StepList
-
Uses of Cloneable in org.geotools.geometry
Classes in org.geotools.geometry that implement Cloneable Modifier and Type Class Description class
Envelope2DArchived
A two-dimensional envelope on top ofRectangle2D
.class
GeneralBounds
A minimum bounding box or rectangle.class
GeneralPosition
Holds the coordinates for a position within some coordinate reference system.class
Position1D
Holds the coordinates for a one-dimensional position within some coordinate reference system.class
Position2D
Holds the coordinates for a two-dimensional position within some coordinate reference system.class
Position3D
Holds the coordinates for a three-dimensional position within some coordinate reference system.class
TransformedPosition
A direct position capable to transform a point between an arbitrary CRS and its own CRS. -
Uses of Cloneable in org.geotools.metadata.math
Classes in org.geotools.metadata.math that implement Cloneable Modifier and Type Class Description class
Complex
A simple class for the handling of complex numbers.class
Line
Equation of a line in a two dimensional space (x,y).class
Statistics
Holds some statistics about a series of sample values.static class
Statistics.Delta
Holds some statistics about a series of sample values and the difference between them. -
Uses of Cloneable in org.geotools.parameter
Classes in org.geotools.parameter that implement Cloneable Modifier and Type Class Description class
AbstractParameter
Abstract parameter value or group of parameter values.class
FloatParameter
A parameter value as a floating point (double precision) number.class
ImagingParameters
Wraps a JAI'sParameterList
.class
MatrixParameters
The values for a group of matrix parameters.class
Parameter<T>
A parameter value used by an operation method.class
ParameterGroup
A group of related parameter values. -
Uses of Cloneable in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement Cloneable Modifier and Type Class Description class
BursaWolfParameters
Parameters for a geographic transformation between two datum. -
Uses of Cloneable in org.geotools.referencing.operation.matrix
Subinterfaces of Cloneable in org.geotools.referencing.operation.matrix Modifier and Type Interface Description interface
XMatrix
A matrix capable of some matrix operations.Classes in org.geotools.referencing.operation.matrix that implement Cloneable Modifier and Type Class Description class
AffineTransform2D
class
GeneralMatrix
A two dimensional array of numbers.class
Matrix1
class
Matrix2
class
Matrix3
class
Matrix4
-
Uses of Cloneable in org.geotools.referencing.operation.transform
Classes in org.geotools.referencing.operation.transform that implement Cloneable Modifier and Type Class Description class
AffineTransform2D
Transforms two-dimensional coordinate points using an affine transform. -
Uses of Cloneable in org.geotools.styling
Classes in org.geotools.styling that implement Cloneable Modifier and Type Class Description class
AnchorPointImpl
Direct implementation of AnchorPoint.class
BasicLineStyle
A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.class
BasicPolygonStyle
A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.class
DisplacementImpl
class
ExtentImpl
class
ExternalGraphicImpl
class
FeatureTypeStyleImpl
Implementation of Feature Type Style; care is taken to ensure everything is mutable.class
FillImpl
class
FontImpl
Provides a Java representation of the Font element of an SLD.class
GraphicImpl
Direct implementation of Graphic.class
HaloImpl
Direct implementation of Halo.class
LinePlacementImpl
Default implementation of LinePlacement.class
LineSymbolizerImpl
Provides a representation of a LineSymbolizer in an SLD Document.class
MarkImpl
Default implementation of Mark.class
NamedStyleImpl
A NamedStyle is used to refer to a style that has a name in a WMS.class
PointPlacementImpl
class
PointSymbolizerImpl
Provides a Java representation of the PointSymbolizer.class
PolygonSymbolizerImpl
Provides a representation of a PolygonSymbolizer in an SLD Document.class
RuleImpl
Provides the default implementation of Rule.class
StrokeImpl
Provides a Java representation of the Stroke object in an SLD document.class
StyleImpl
Implementation of style.class
TextSymbolizerImpl
Provides a Java representation of an SLD TextSymbolizer that defines how text symbols should be rendered. -
Uses of Cloneable in org.geotools.util
Classes in org.geotools.util that implement Cloneable Modifier and Type Class Description class
CheckedArrayList<E>
class
CheckedHashMap<K,V>
A checked and synchronizedMap
.class
CheckedHashSet<E>
class
IntegerList
A list of unsigned integer values.class
RangeSet<T extends Comparable<? super T>>
An ordered set of ranges.
-