Package | Description |
---|---|
org.geotools.referencing.operation.matrix |
Matrix implementations on top of the
javax.vecmath package. |
org.opengis.coverage |
Coverages (generate a value for any point).
|
org.opengis.coverage.grid |
Quadrilateral grid coverages.
|
org.opengis.filter |
Filters features according their properties.
|
org.opengis.filter.expression |
An expression is a combination of one or more elements that
evaluate to single
Object value. |
org.opengis.geometry |
Root package for geometries.
|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
org.opengis.geometry.primitive |
Set of geometric objects that are not decomposed further into
other primitives.
|
org.opengis.parameter |
Description and storage of parameter values.
|
org.opengis.referencing | |
org.opengis.referencing.crs | |
org.opengis.referencing.cs |
Coordinate systems and their axis.
|
org.opengis.referencing.operation |
Coordinate operations
(relationship between any two coordinate reference systems).
|
org.opengis.style |
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling.
|
org.opengis.util |
A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
XMatrix.setColumn(int column,
double... values)
Sets the value of the column using an array of values.
|
Modifier and Type | Method and Description |
---|---|
Coverage |
CannotEvaluateException.getCoverage()
Returns the coverage for which this exception is thrown.
|
DirectPosition |
PointOutsideCoverageException.getOffendingLocation()
Returns the direct position which is outside the domain of the
coverage.
|
RenderableImage |
Coverage.getRenderableImage(int xAxis,
int yAxis)
Returns 2D view of this coverage as a renderable image.
|
void |
CannotEvaluateException.setCoverage(Coverage coverage)
Sets the coverage.
|
void |
PointOutsideCoverageException.setOffendingLocation(DirectPosition location)
Sets the direct position which is outside the domain of the
coverage.
|
Modifier and Type | Method and Description |
---|---|
int |
GridCoordinates.getCoordinateValue(int dimension)
Returns the coordinate value at the specified dimension.
|
int |
GridEnvelope.getDimension()
Returns the number of dimensions.
|
int |
GridCoordinates.getDimension()
Returns the number of dimensions.
|
int |
GridEnvelope.getHigh(int dimension)
Returns the valid maximum inclusive grid coordinate along the specified dimension.
|
int |
GridEnvelope.getLow(int dimension)
Returns the valid minimum inclusive grid coordinate along the specified dimension.
|
int |
GridEnvelope.getSpan(int dimension)
Returns the number of integer grid coordinates along the specified dimension.
|
void |
GridCoordinates.setCoordinateValue(int dimension,
int value)
Sets the coordinate value at the specified dimension (optional operation).
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilterVisitor
Visitor with
visit methods to be called by Filter.accept(...) . |
Modifier and Type | Method and Description |
---|---|
Object |
Filter.accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExpressionVisitor
Visitor with
visit methods to be called by Expression.accept(...) . |
Modifier and Type | Method and Description |
---|---|
Object |
Expression.accept(ExpressionVisitor visitor,
Object extraData)
Accepts a visitor.
|
Object |
Expression.evaluate(Object object)
Evaluates the given expression based on the content of the given object.
|
<T> T |
Expression.evaluate(Object object,
Class<T> context)
Evaluates the given expressoin based on the content of the given object and the context type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundingBox
Represents a two-dimensional envelope.
|
interface |
BoundingBox3D
Represents a three-dimensional envelope.
|
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
Envelope.getCoordinateReferenceSystem()
Returns the envelope coordinate reference system, or
null if unknown. |
int |
Envelope.getDimension()
The length of coordinate sequence (the number of entries) in this envelope.
|
double |
Envelope.getMaximum(int dimension)
Returns the maximal ordinate along the specified dimension.
|
double |
Envelope.getMedian(int dimension)
Returns the median ordinate along the specified dimension.
|
double |
Envelope.getMinimum(int dimension)
Returns the minimal ordinate along the specified dimension.
|
double |
Envelope.getSpan(int dimension)
Returns the envelope span (typically width or height) along the specified dimension.
|
boolean |
Geometry.isMutable()
Returns
false if this geometry is immutable. |
Geometry |
Geometry.toImmutable()
Returns an immutable copy of this geometry.
|
Geometry |
Geometry.transform(CoordinateReferenceSystem newCRS,
MathTransform transform)
Returns a new
Geometry that is the coordinate transformation of this Geometry
into the passed coordinate reference system, using the specified transform. |
Modifier and Type | Method and Description |
---|---|
DirectPosition |
PointGrid.get(int row,
int column)
Returns the point at the given row and column index.
|
DirectPosition |
PointGrid.get(int row,
int column,
DirectPosition dest)
Gets a copy of the
DirectPosition at the particular location in this PointGrid . |
CoordinateReferenceSystem |
PointArray.getCoordinateReferenceSystem()
Returns the Coordinate Reference System in which the coordinates are given.
|
int |
PointArray.getDimension()
Returns the dimensionality of the coordinates in this array.
|
DirectPosition |
PointArray.getDirectPosition(int index,
DirectPosition dest)
Gets a copy of the direct position at the particular location in
this
PointArray . |
double |
ParamForPoint.getDistance()
Returns the first value in the distances set.
|
PointArray |
PointGrid.getRow(int row)
Returns the row at the given index.
|
int |
PointGrid.height()
Returns the length of this array.
|
void |
PointGrid.set(int row,
int column,
DirectPosition position)
Set the point at the given index.
|
void |
PointArray.setDirectPosition(int index,
DirectPosition position)
Sets the point at the given index.
|
int |
PointGrid.width()
Returns the width of this grid.
|
Modifier and Type | Method and Description |
---|---|
Point |
PrimitiveFactory.createPoint(double[] coordinates)
Creates a point at the specified location specified by coordinates.
|
Ring |
PrimitiveFactory.createRing(List<OrientableCurve> curves)
Constructs a ring out of its component curves.
|
SurfaceBoundary |
PrimitiveFactory.createSurfaceBoundary(Ring exterior,
List<Ring> interiors)
Constructs a new surface boundary object representing the
boundary of a two-dimensional surface.
|
Modifier and Type | Method and Description |
---|---|
ParameterValueGroup |
ParameterValueGroup.addGroup(String name)
Creates a new group of the specified name.
|
ParameterValueGroup |
ParameterDescriptorGroup.createValue()
Creates a new instance of parameter value group initialized
with the default values.
|
GeneralParameterValue |
GeneralParameterDescriptor.createValue()
Creates a new instance of parameter value or group
initialized with the default value(s).
|
ParameterValue<T> |
ParameterDescriptor.createValue()
Creates a new instance of parameter value initialized with the
default value.
|
GeneralParameterDescriptor |
ParameterDescriptorGroup.descriptor(String name)
Returns the parameter descriptor in this group for the specified identifier code.
|
Unit<?> |
ParameterDescriptor.getUnit()
|
Set<T> |
ParameterDescriptor.getValidValues()
Returns the set of allowed values when these are restricted to some finite set or returns
null otherwise. |
List<ParameterValueGroup> |
ParameterValueGroup.groups(String name)
Returns all subgroups with the specified name.
|
ParameterValue<?> |
ParameterValueGroup.parameter(String name)
Returns the value in this group for the specified identifier
code.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Factory
Base interface for all factories.
|
interface |
ObjectFactory
Base interface for all factories of identified objects.
|
Modifier and Type | Method and Description |
---|---|
IdentifiedObject |
AuthorityFactory.createObject(String code)
Returns an arbitrary object from a code.
|
Set<String> |
AuthorityFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type)
Returns the set of authority codes of the given type.
|
Citation |
Factory.getVendor()
Returns the vendor responsible for creating this factory implementation.
|
String |
IdentifiedObject.toWKT()
Returns a Well Known Text (WKT) for this
object.
|
Modifier and Type | Method and Description |
---|---|
CoordinateSystem |
CoordinateReferenceSystem.getCoordinateSystem()
Returns a relevant coordinate system instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CSAuthorityFactory
Creates coordinate systems using authority codes.
|
interface |
CSFactory
Builds up complex coordinate systems from simpler objects or
values.
|
Modifier and Type | Method and Description |
---|---|
AxisDirection |
AxisDirection.absolute()
Returns the "absolute" direction of this axis.
|
AxisDirection |
AxisDirection.opposite()
Returns the opposite direction of this axis.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConicProjection
Base interface for conical map projections.
|
interface |
CylindricalProjection
Base interface for cylindrical map projections.
|
interface |
MathTransform1D
Transforms one-dimensional coordinate points.
|
interface |
MathTransform2D
Transforms two-dimensional coordinate points.
|
interface |
PlanarProjection
Base interface for for azimuthal (or planar) map projections.
|
interface |
Projection
A conversion transforming
(longitude,latitude) coordinates to cartesian coordinates
(x,y).
|
Modifier and Type | Method and Description |
---|---|
MathTransform |
MathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS,
ParameterValueGroup parameters,
CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS
to a derived CS.
|
CoordinateOperation |
CoordinateOperationFactory.createConcatenatedOperation(Map<String,?> properties,
CoordinateOperation[] operations)
Creates a concatenated operation from a sequence of operations.
|
CoordinateOperation |
CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
Returns an operation using a particular method for conversion or transformation between two
coordinate reference systems.
|
Shape |
MathTransform2D.createTransformedShape(Shape shape)
Transforms the specified shape.
|
Set<OperationMethod> |
MathTransformFactory.getAvailableMethods(Class<? extends Operation> type)
Returns a set of available methods for math transforms.
|
ParameterValueGroup |
MathTransformFactory.getDefaultParameters(String method)
Returns the default parameter values for a math transform using the given method.
|
double |
Matrix.getElement(int row,
int column)
Retrieves the value at the specified row and column of this matrix.
|
OperationMethod |
MathTransformFactory.getLastMethodUsed()
Returns the operation method used for the latest call to
createParameterizedTransform , or null if not applicable. |
int |
Matrix.getNumCol()
Returns the number of columns in this matrix.
|
int |
Matrix.getNumRow()
Returns the number of rows in this matrix.
|
boolean |
Matrix.isIdentity()
Returns
true if this matrix is an identity matrix. |
void |
Matrix.setElement(int row,
int column,
double value)
Modifies the value at the specified row and column of this matrix.
|
Modifier and Type | Method and Description |
---|---|
Object |
Stroke.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
PointSymbolizer.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
ColorReplacement.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
ContrastEnhancement.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Description.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Fill.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
LineSymbolizer.accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor
|
Object |
GraphicFill.accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor
|
Object |
ChannelSelection.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Displacement.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
GraphicStroke.accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor
|
Object |
LabelPlacement.accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor.
|
Object |
Font.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Halo.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
RasterSymbolizer.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Style.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
PointPlacement.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
LinePlacement.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
GraphicLegend.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Symbolizer.accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor
|
Object |
SelectedChannelType.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Mark.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
ExternalGraphic.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
ShadedRelief.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Rule.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
ExternalMark.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
AnchorPoint.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
ColorMap.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
TextSymbolizer.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
PolygonSymbolizer.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Object |
Graphic.accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor
Please note StlyeVisitor has methods to directly visit a Graphic, GraphicLegend, or
GraphicFill or GraphicStroke; please call the most appropriate method.
|
Object |
FeatureTypeStyle.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternationalString
|
interface |
NameFactory
Factory for generic names and international strings.
|
interface |
ProgressListener
Monitor the progress of some lengthly operation, and allows cancelation.
|
Modifier and Type | Method and Description |
---|---|
Set<MemberName> |
RecordType.getMembers()
Returns the set of attribute names defined in this
RecordType 's dictionary. |
boolean |
RecordType.isInstance(Record record)
Determines if the specified record is compatible with this record type.
|
LocalName |
GenericName.name()
Deprecated.
Renamed as
GenericName.tip() . |
GenericName |
ScopedName.path()
Returns every elements of the parsed names list except for the
tip.
|
void |
Record.set(MemberName name,
Object value)
Set the value for the attribute of the specified name.
|
LocalName |
GenericName.tip()
Returns the last element in the sequence of parsed names.
|
LocalName |
ScopedName.tip()
Returns the last element in the sequence of parsed names.
|
LocalName |
LocalName.tip()
Returns
this since this object is already a local name. |
GenericName |
GenericName.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.
|
InternationalString |
GenericName.toInternationalString()
Returns a local-dependent string representation of this generic name.
|
String |
GenericName.toString()
Returns a string representation of this generic name.
|
Copyright © 1996–2019 Geotools. All rights reserved.