Package | Description |
---|---|
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing.wkt |
Well
Known Text (WKT) parsing and formatting.
|
org.opengis.coverage |
Coverages (generate a value for any point).
|
org.opengis.filter.sort |
An SortBy indicates the ordering requested during a data query.
|
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.metadata |
Root package for metadata.
|
org.opengis.metadata.citation |
Citation and responsible party information.
|
org.opengis.metadata.constraint |
Constraints information (includes legal and
security).
|
org.opengis.metadata.content |
Content information (includes
Feature catalogue and Coverage descriptions).
|
org.opengis.metadata.distribution |
Distribution information.
|
org.opengis.metadata.identification |
Identification information (includes data and
service identification).
|
org.opengis.metadata.maintenance | |
org.opengis.metadata.quality | |
org.opengis.metadata.spatial |
Spatial representation
information (includes grid and vector representation).
|
org.opengis.referencing.cs |
Coordinate systems and their axis.
|
org.opengis.referencing.datum |
Geodetic datum (the relationship of a
coordinate system to the earth).
|
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.temporal | |
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 |
---|---|
static <T extends CodeList> |
Parameter.create(String name,
Class<T> type,
T value)
Constructs a parameter from the specified code list.
|
Modifier and Type | Method and Description |
---|---|
void |
Formatter.append(CodeList code)
Append a code list to the WKT.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorInterpretation
Specifies the mapping of a band to a color model component.
|
class |
InterpolationMethod
A list of codes that identify interpolation methods that may be used for evaluating continuous coverages.
|
class |
PaletteInterpretation
Describes the color entry in a color table.
|
class |
SampleDimensionType
Specifies the various dimension types for coverage values.
|
Modifier and Type | Class and Description |
---|---|
class |
SortOrder
|
Modifier and Type | Class and Description |
---|---|
class |
PrecisionType
The rounding policy used for a precision model.
|
Modifier and Type | Class and Description |
---|---|
class |
BSplineSurfaceForm
Indicates a particular geometric form represented by a
BSplineSurface . |
class |
KnotType
The type of a B-spline.
|
class |
SplineCurveForm
Indicates which sort of curve may be approximated by a particular B-spline.
|
Modifier and Type | Class and Description |
---|---|
class |
CurveInterpolation
List of codes that may be used to identify the interpolation mechanisms.
|
class |
SurfaceInterpolation
List of codes that may be used to identify the interpolation mechanisms.
|
Modifier and Type | Class and Description |
---|---|
class |
Datatype
Datatype of element or entity.
|
class |
Obligation
Obligation of the element or entity.
|
Modifier and Type | Class and Description |
---|---|
class |
DateType
Identification of when a given event occurred
|
class |
OnLineFunction
Class of information to which the referencing entity applies.
|
class |
PresentationForm
Mode in which the data is represented.
|
class |
Role
Function performed by the responsible party.
|
Modifier and Type | Class and Description |
---|---|
class |
Classification
Name of the handling restrictions on the dataset.
|
class |
Restriction
Limitation(s) placed upon the access or use of the data.
|
Modifier and Type | Class and Description |
---|---|
class |
CoverageContentType
Specific type of information represented in the cell.
|
class |
ImagingCondition
Code which indicates conditions which may affect the image.
|
Modifier and Type | Class and Description |
---|---|
class |
MediumFormat
Method used to write to the medium.
|
class |
MediumName
Name of the medium.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociationType
Justification for the correlation of two datasets.
|
class |
CharacterSet
Name of the character coding standard used for the resource.
|
class |
InitiativeType
Type of aggregation activity in which datasets are related
|
class |
KeywordType
Methods used to group similar keywords.
|
class |
Progress
Status of the dataset or progress of a review.
|
class |
TopicCategory
High-level geographic data thematic classification to assist in the grouping and search of
available geographic data sets.
|
Modifier and Type | Class and Description |
---|---|
class |
MaintenanceFrequency
Frequency with which modifications and deletions are made to the data after it is first produced.
|
class |
ScopeCode
Class of information to which the referencing entity applies.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationMethodType
Type of method for evaluating an identified data quality measure.
|
Modifier and Type | Class and Description |
---|---|
class |
CellGeometry
Code indicating whether grid data is point or area.
|
class |
DimensionNameType
Name of the dimension.
|
class |
GeometricObjectType
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial
locations in the dataset.
|
class |
PixelOrientation
Point in a pixel corresponding to the Earth location of the pixel.
|
class |
SpatialRepresentationType
Method used to represent geographic information in the dataset.
|
class |
TopologyLevel
Degree of complexity of the spatial relationships.
|
Modifier and Type | Class and Description |
---|---|
class |
AxisDirection
The direction of positive increments in the coordinate value for a coordinate system axis.
|
class |
RangeMeaning
Meaning of the axis value range specified through minimum value and maximum value.
|
Modifier and Type | Class and Description |
---|---|
class |
PixelInCell
Specification of the way the image grid is associated with the image data attributes.
|
class |
VerticalDatumType
Type of a vertical datum.
|
Modifier and Type | Class and Description |
---|---|
class |
ContrastMethod
The ContrastEnhancement element defines contrast enhancement for a channel of a false-color image
or for a color image.
|
class |
SemanticType
Identifies the more general "type" of geometry that this style is meant to act upon.
|
Modifier and Type | Class and Description |
---|---|
class |
IndeterminateValue
Provides 4 values for indeterminate positions.
|
class |
RelativePosition
Values for relative temporal position based on the 13 temporal relationships identified by Allen
(1993).
|
Modifier and Type | Class and Description |
---|---|
class |
CodeList<E extends CodeList<E>>
Base class for all code lists.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CodeList> |
CodeList.valueOf(Class<T> codeType,
String name)
Returns the code of the given type that matches the given name, or returns a new one if none
match it.
|
Modifier and Type | Method and Description |
---|---|
abstract E[] |
CodeList.family()
Returns the list of codes of the same kind than this code.
|
Copyright © 1996–2019 Geotools. All rights reserved.