Uses of Class
org.opengis.annotation.Extension

Packages that use Extension
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.coverage.grid.quadrilateral Proposed extensions to ISO 19123 grid package. 
org.opengis.feature Representation a features on a map. 
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 Core package needed to investigate coordinate-defined geometry. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
org.opengis.sld   
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. 
 

Uses of Extension in org.opengis.coverage
 

Classes in org.opengis.coverage with annotations of type Extension
 class CannotEvaluateException
          The base class for exceptions thrown when a quantity can't be evaluated.
 

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 GridRange.getLength(int dimension)
          Deprecated. Renamed as GridEnvelope.getSpan(int).
 int GridEnvelope.getLow(int dimension)
          Returns the valid minimum inclusive grid coordinate along the specified dimension.
 int GridRange.getLower(int dimension)
          Deprecated. Renamed as GridEnvelope.getLow(int).
 int GridEnvelope.getSpan(int dimension)
          Returns the number of integer grid coordinates along the specified dimension.
 int GridRange.getUpper(int dimension)
          Deprecated. Renamed as GridEnvelope.getHigh(int) + 1.
 void GridCoordinates.setCoordinateValue(int dimension, int value)
          Sets the coordinate value at the specified dimension (optional operation).
 

Uses of Extension in org.opengis.coverage.grid.quadrilateral
 

Classes in org.opengis.coverage.grid.quadrilateral with annotations of type Extension
 interface Grid
          Proposed extension of ISO Grid.
 interface GridCell
          Proposed extension of ISO GridCell.
 interface GridCoordinates
          Proposed extension of ISO GridCoordinates.
 interface GridCoordinatesFactory
          This is the primary method of constructing GridCoordinates.
 interface GridPositioning
          This is an abstract supertype used to form the Positioning association between Grid and either RectifiedGrid or ReferencableGrid.
 interface RectifiableGrid
          Represents a general coordinate conversion algorithm to be applied to the grid.
 

Methods in org.opengis.coverage.grid.quadrilateral with annotations of type Extension
 DirectPosition RectifiableGrid.convertCoordinates(GridCoordinates g)
          Converts grid coordinates through an affine transform to a direct position.
 GridCoordinates GridCoordinatesFactory.createCoordinates(int dimensions)
          Allows the user to specify the dimensionality of the desired GridCoordinates object, but does not specify the initial values.
 GridCoordinates GridCoordinatesFactory.createCoordinates(int x0, int x1)
           
 GridCoordinates GridCoordinatesFactory.createCoordinates(int x0, int x1, int x2)
           
 GridCoordinates GridCoordinatesFactory.createCoordinates(int x0, int x1, int x2, int x3)
           
 Conversion RectifiedGrid.getConversion()
          The conversion defined by this object is an affine transformation defined by the origin and offset vectors attributes.
 CoordinateReferenceSystem GridPositioning.getCoordinateReferenceSystem()
          Specifies the coordinate reference system into which this object transforms coordinates.
 CoordinateReferenceSystem RectifiedGrid.getCoordinateReferenceSystem()
          Specifies the coordinate reference system into which this object transforms coordinates.
 Grid GridPositioning.getGrid()
          Associates this GridPositioning object with a geometric description provided by the Grid object.
 Grid GridValuesMatrix.getGrid()
          Associates this GridValuesMatrix with a geometric description provided by the Grid object.
 MathTransform RectifiableGrid.getGridToCRS()
          This optional attribute is specified on the GridGeometry from the legacy OGC 01-004 specification.
 Conversion RectifiedGrid.getInverseConversion()
          The inverseConversion defined by this object is an affine transformation defined by the origin and offset vectors attributes.
 Conversion RectifiableGrid.getInverseOperation()
          This inherited attribute shall contain only the Conversion subtype of the CoordinateOperation interface, signifying that RectifiableGrid and children represent only coordinate conversions as defined by ISO 19111.
 CoordinateOperation GridPositioning.getInverseOperation()
          Associates this GridPositioning object with descriptive information about the coordinate operation it implements.
 Conversion RectifiableGrid.getOperation()
          This attribute shall contain only the Conversion subtype of the CoordinateOperation interface, signifying that RectifiableGrid and children represent only coordinate conversions as defined by ISO 19111.
 CoordinateOperation GridPositioning.getOperation()
          Associates this GridPositioning object with descriptive information about the coordinate operation it implements.
 GridPositioning Grid.getPositioning()
          Specified in ISO 19123 as a "partition" of an inheritance relation, the positioning facility is recast here as a composition association.
 Set<Geometry> GridCell.getSpatialElements()
          This role name is inherited from DomainObject and associates the grid cell with a geometric object which encodes only the spatial components of the grid index.
 Set<TemporalGeometricPrimitive> GridCell.getTemporalElements()
          This role name is inherited from DomainObject and associates the grid cell with a interval which represents the two instants which participate in the Grid Cell.
 GridValuesMatrix Grid.getValuation()
          Specified in ISO 19123 as a "partition" of an inheritance relation, the valuation facility is recast here as a composition association.
 GridCoordinates RectifiableGrid.inverseConvertCoordinates(DirectPosition p)
          Converts through an affine transform a direct position to the grid coordinates of the nearest grid point.
 void GridCoordinates.loadCoordinateValues(int[] vals)
          This is a compromise method which loads the values of this GridCoordinates implementation into the array provided by the user.
 

Uses of Extension in org.opengis.feature
 

Classes in org.opengis.feature with annotations of type Extension
 class BackingStoreException
          Thrown to indicate that a FeatureCollection operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
 

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.
<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.
 

Uses of Extension in org.opengis.geometry
 

Classes in org.opengis.geometry with annotations of type Extension
 interface BoundingBox
          Represents a two-dimensional envelope.
 class MismatchedReferenceSystemException
          Indicates that an object cannot be constructed because of a mismatch in the reference systems of geometric components.
 class UnmodifiableGeometryException
          Indicates that an operation is not allowed on a geometry object because it is unmodifiable.
 

Methods in org.opengis.geometry with annotations of type Extension
 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.
 int PointArray.length()
          Deprecated. Please use List.size()
 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.
 Unit<Angle> Bearing.getAngleUnit()
          Returns the unit of values returned by the Bearing.getAngles() method.
 

Uses of Extension in org.opengis.referencing.operation
 

Classes in org.opengis.referencing.operation with annotations of type Extension
 class IncompatibleOperationException
          Deprecated. This GeoAPI extension is not used in any GeoAPI interface.
 

Uses of Extension in org.opengis.sld
 

Methods in org.opengis.sld with annotations of type Extension
 Object InlineFeature.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object CoverageConstraint.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object RemoteOWS.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object FeatureTypeConstraint.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object SLDLibrary.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object NamedStyle.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object RangeAxis.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object StyledLayerDescriptor.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object LayerFeatureConstraints.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object LayerCoverageConstraints.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object NamedLayer.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object UserLayer.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object CoverageExtent.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 Object Extent.accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 

Uses of Extension in org.opengis.style
 

Methods in org.opengis.style with annotations of type Extension
 Object LineSymbolizer.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 Font.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 Description.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 ChannelSelection.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 ShadedRelief.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 Fill.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 Halo.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 ContrastEnhancement.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 LinePlacement.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 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 PointPlacement.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 Symbolizer.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 Stroke.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 Displacement.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 GraphicFill.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 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.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.