|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Extension | |
---|---|
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 | Reference systems. |
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
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. |
Uses of Extension in org.opengis.coverage |
---|
Methods in org.opengis.coverage with annotations of type Extension | |
---|---|
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. |
MathTransform1D |
SampleDimension.getSampleToGeophysics()
The transform which is applied to grid values for this sample dimension. |
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. |
Uses of Extension in org.opengis.coverage.grid |
---|
Methods in org.opengis.coverage.grid with annotations of type Extension | |
---|---|
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). |
Uses of Extension in org.opengis.filter |
---|
Classes in org.opengis.filter with annotations of type Extension | |
---|---|
interface |
FilterVisitor
Visitor with visit methods to be called by Filter.accept(...) . |
Methods in org.opengis.filter with annotations of type Extension | |
---|---|
Object |
Filter.accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor. |
Uses of Extension in org.opengis.filter.expression |
---|
Classes in org.opengis.filter.expression with annotations of type Extension | |
---|---|
interface |
ExpressionVisitor
Visitor with visit methods to be called by Expression.accept(...) . |
Methods in org.opengis.filter.expression with annotations of type Extension | ||
---|---|---|
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. |
|
|
Expression.evaluate(Object object,
Class<T> context)
Evaluates the given expressoin based on the content of the given object and the context type. |
Uses of Extension in org.opengis.geometry |
---|
Classes in org.opengis.geometry with annotations of type Extension | |
---|---|
interface |
BoundingBox
Represents a two-dimensional envelope. |
interface |
BoundingBox3D
Represents a three-dimensional envelope. |
Methods in org.opengis.geometry with annotations of type Extension | |
---|---|
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. |
Uses of Extension in org.opengis.geometry.coordinate |
---|
Methods in org.opengis.geometry.coordinate with annotations of type Extension | |
---|---|
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. |
Uses of Extension in org.opengis.geometry.primitive |
---|
Methods in org.opengis.geometry.primitive with annotations of type Extension | |
---|---|
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. |
Uses of Extension in org.opengis.parameter |
---|
Methods in org.opengis.parameter with annotations of type Extension | |
---|---|
ParameterValueGroup |
ParameterValueGroup.addGroup(String name)
Creates a new group of the specified name. |
ParameterValue<T> |
ParameterDescriptor.createValue()
Creates a new instance of parameter value initialized with the default value. |
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). |
GeneralParameterDescriptor |
ParameterDescriptorGroup.descriptor(String name)
Returns the parameter descriptor in this group for the specified identifier code. |
Unit<?> |
ParameterDescriptor.getUnit()
Returns the unit for default, minimum and maximum values. |
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. |
Uses of Extension in org.opengis.referencing |
---|
Classes in org.opengis.referencing with annotations of type Extension | |
---|---|
interface |
Factory
Base interface for all factories. |
interface |
ObjectFactory
Base interface for all factories of identified objects. |
Methods in org.opengis.referencing with annotations of type Extension | |
---|---|
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. |
Uses of Extension in org.opengis.referencing.crs |
---|
Methods in org.opengis.referencing.crs with annotations of type Extension | |
---|---|
CoordinateSystem |
CoordinateReferenceSystem.getCoordinateSystem()
Returns a relevant coordinate system instance. |
Uses of Extension in org.opengis.referencing.cs |
---|
Classes in org.opengis.referencing.cs with annotations of type Extension | |
---|---|
interface |
CSAuthorityFactory
Creates coordinate systems using authority codes. |
interface |
CSFactory
Builds up complex coordinate systems from simpler objects or values. |
Methods in org.opengis.referencing.cs with annotations of type Extension | |
---|---|
AxisDirection |
AxisDirection.absolute()
Returns the "absolute" direction of this axis. |
AxisDirection |
AxisDirection.opposite()
Returns the opposite direction of this axis. |
Uses of Extension in org.opengis.referencing.operation |
---|
Classes in org.opengis.referencing.operation with annotations of type Extension | |
---|---|
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). |
Methods in org.opengis.referencing.operation with annotations of type Extension | |
---|---|
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. |
Uses of Extension in org.opengis.style |
---|
Methods in org.opengis.style with annotations of type Extension | |
---|---|
Object |
GraphicFill.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 |
Fill.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 |
Style.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 |
ExternalMark.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 |
ChannelSelection.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 |
ColorMap.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 |
Description.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 |
LineSymbolizer.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 |
RasterSymbolizer.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 |
LabelPlacement.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 |
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 |
PointPlacement.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 |
ContrastEnhancement.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 |
ColorReplacement.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 |
SelectedChannelType.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
Object |
FeatureTypeStyle.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 |
Mark.accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
Uses of Extension in org.opengis.util |
---|
Classes in org.opengis.util with annotations of type Extension | |
---|---|
interface |
InternationalString
A string that has been internationalized into several locales. |
interface |
NameFactory
Factory for generic names and international strings. |
interface |
ProgressListener
Monitor the progress of some lengthly operation, and allows cancelation. |
Methods in org.opengis.util with annotations of type Extension | |
---|---|
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 |
ScopedName.tip()
Returns the last element in the sequence of parsed names. |
LocalName |
GenericName.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |