GeoAPI 2.0
Build 2005-06-08
A B C D E F G H I K L M N O P Q R S T U V W X Y

A

absolute() - Method in class AxisDirection
Returns the "absolute" direction of this axis.
AbsoluteExternalPositionalAccuracy - Interface in org.opengis.metadata.quality
Closeness of reported coordinate values to values accepted as or being true.
ABSTRACT - Static variable in class TopologyLevel
Topological complex without any specified geometric realization.
ABSTRACT_CLASS - Static variable in class Datatype
Class that cannot be directly instantiated.
AbstractSizedURL - Interface in org.opengis.layer
Extends the AbstractURL by adding a width and height for the data retrievable from the linkage.
AbstractURL - Interface in org.opengis.layer
A simple starting point for most of the various URL elements used by Layers and Styles.
accept(ExpressionVisitor, Object) - Method in interface Expression
Accepts a visitor.
accept(FilterVisitor, Object) - Method in interface Filter
Accepts a visitor.
accept(StyleVisitor, Object) - Method in interface ExternalGraphicOrMark
Accepts a visitor.
accept(StyleVisitor, Object) - Method in interface Symbol
Accepts a visitor.
accept(StyleVisitor, Object) - Method in interface TextPlacement
Accepts a visitor.
AccuracyOfATimeMeasurement - Interface in org.opengis.metadata.quality
Correctness of the temporal references of an item (reporting of error in time measurement).
add(Feature) - Method in interface FeatureCollection
Adds the given feature to this collection.
ADD - Static variable in class FeatureStoreEvent
Constant that indicates that a new feature type was added to a feature store.
Add - Interface in org.opengis.filter.expression
Encodes the operation of addition.
add(Expression, Expression) - Method in interface FilterFactory
Computes the numeric addition of the first and second operand.
add(Graphic) - Method in interface Canvas
Adds the given Graphic to this Canvas.
addAggregationListener(AggregationListener) - Method in interface AggregateGraphic
Adds the given AggregationListener to this AggregateGraphic's list of listeners.
addAll(Collection<Feature>) - Method in interface FeatureCollection
Adds all of the features contained in the given collection to this collection.
addAsEditable(Graphic) - Method in interface Canvas
Adds the given Graphic to this Canvas, immediately placing the Graphic in an editing/drawing mode, as defined by the Canvas implementation.
addAuthorization(FeatureStore, String) - Method in interface LockResponse
Add an additional authorization token to collected results for Transaction.commit().
addAuthorization(String) - Method in interface Transaction.State
Call back used for Transaction.useAuthorization(authorizationID).
addCanvasListener(CanvasListener) - Method in interface Canvas
Adds the given listener that will be notified when the state of this Canvas has changed.
addChild(Graphic) - Method in interface AggregateGraphic
Adds the given child to this AggregateGraphic.
addChildren(Graphic[]) - Method in interface AggregateGraphic
Adds the given children to this AggregateGraphic.
addEventManager(EventManager) - Method in interface Canvas
Adds the EventManager subinterface if it not currently in the Canvas's collection of EventManagers.
addExteriorPoint(DirectPosition) - Method in interface GraphicPolygon
Adds a new point to the list of vertices in the exterior ring.
addFeatureLayer(FeatureLayer) - Method in interface FeatureCanvas
Adds the given layer to the map.
addFeatureLayerListener(FeatureLayerListener) - Method in interface FeatureLayer
Allows an object to register for events when one of the mutable properties of this layer has changed.
addFeatureListener(FeatureListener) - Method in interface FeatureCollection
Adds a listener whose methods will be called whenever a new feature is added or removed from this collection.
addFeatureStoreListener(FeatureStoreListener) - Method in interface FeatureStore
Adds a listener object whose methods will be invoked whenever a new feature type is added, a feature type is deleted, or a feature type's schema has been modified.
addGraphicListener(GraphicListener) - Method in interface Graphic
Adds the given GraphicListener to this Graphic's list of listeners.
addGraphicStyleListener(GraphicStyleListener) - Method in interface GraphicStyle
Registers the given object as a listener to receive events when the properties of this style have changed.
addGroup(String) - Method in interface ParameterValueGroup
Create a new group of the specified name.
addInteriorPoint(int, DirectPosition) - Method in interface GraphicPolygon
Adds a new point to the list of vertices of an interior ring.
addInteriorRing() - Method in interface GraphicPolygon
Creates a new interior ring (hole) for this polygon.
addInteriorRing(DirectPosition[]) - Method in interface GraphicPolygon
Creates a new interior ring for this polygon and immediately sets its points to those in the given array.
addPoint(DirectPosition) - Method in interface GraphicLineString
Appends the given position to the graphic linestring's array of positions.
Address - Interface in org.opengis.metadata.citation
Location of the responsible individual or organization.
AffineCS - Interface in org.opengis.referencing.cs
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
AffinePlacement - Interface in org.opengis.spatialschema.geometry.geometry
A placement defined by linear transformation from the parameter space to the target coordinate space.
Aggregate - Interface in org.opengis.spatialschema.geometry.aggregate
Geometry that is an aggregate of other geometries.
AGGREGATE_CLASS - Static variable in class Datatype
Class that is composed of classes it is connected to by an aggregate relationship.
AggregateGraphic - Interface in org.opengis.go.display.primitive
A common abstraction for implementations of aggregated Graphics.
aggregationChanged(AggregationChangeEvent) - Method in interface AggregationListener
Invoked when any elements are added, removed, or reorderd (if supported) in the aggregating object.
aggregationChanged(AggregationChangeEvent) - Method in interface AggregateGraphic
Calls the aggregationChanged() method of all AggregationListeners in this AggregateGraphic's list of listeners.
AggregationChangeEvent - Interface in org.opengis.go.display.event
Provides a mechanism for notification of additions, removals, and reorderings of elements in an aggregation.
AggregationListener - Interface in org.opengis.go.display.event
Allows an implementing object to listen to element addition, removal, and ordering changes in an aggregating object.
ALIAS_KEY - Static variable in interface IdentifiedObject
Key for the "alias" property to be given to the object factory createFoo(…) methods.
ALPHA_BAND - Static variable in class ColorInterpretation
Alpha Band for the RGB color model components.
analyze(GridCoverage) - Method in interface GridCoverageProcessor
Creates a GridAnalysis interface from a grid coverage.
ANCHOR_POINT_KEY - Static variable in interface Datum
Key for the "anchorPoint" property to be given to the datum factory createFoo(…) methods.
And - Interface in org.opengis.filter
Evaluates to true if all the combined expressions evaluate to true.
and(Filter, Filter) - Method in interface FilterFactory
AND filter between two filters.
and(List<Filter>) - Method in interface FilterFactory
AND filter between a list of filters.
ANNUALLY - Static variable in class MaintenanceFrequency
Data is updated every year.
ApplicationSchemaInformation - Interface in org.opengis.metadata
Information about the application schema used to build the dataset.
Arc - Interface in org.opengis.spatialschema.geometry.geometry
Arc of the circle determined by 3 points, starting at the first, passing through the second and terminating at the third.
ArcByBulge - Interface in org.opengis.spatialschema.geometry.geometry
Equivalents to the Arc, except the bulge representation is maintained.
ArcString - Interface in org.opengis.spatialschema.geometry.geometry
Similar to a line string except that the interpolation is by circular arcs.
ArcStringByBulge - Interface in org.opengis.spatialschema.geometry.geometry
A variant of the arc that stores the parameters of the second constructor of the component arcs and recalculates the other attributes of the standard arc.
AREA - Static variable in class CellGeometry
Each cell represents an area.
ArrowStyle - Class in org.opengis.go.display.style
Indicates the various enumerations of drawing a line with an arrow head.
ArrowStyle(String, String) - Constructor for class ArrowStyle
Construct a new ArrowStyle with the given name and description.
AS_NEEDED - Static variable in class MaintenanceFrequency
Data is updated as deemed necessary.
asArcs() - Method in interface ArcString
Constructs a sequence of arcs that is the geometric equivalent of this arc string.
asArcString() - Method in interface ArcByBulge
Recast as a base arc.
asArcString() - Method in interface ArcStringByBulge
Recast as a base arc string.
asGeodesics() - Method in interface GeodesicString
Decomposes a geodesic string into an equivalent sequence of geodesic segments.
asLineSegments() - Method in interface LineString
Decomposes a line string into an equivalent sequence of line segments.
asLineString(double, double) - Method in interface GenericCurve
Constructs a line string (sequence of line segments) where the control points (ends of the segments) lie on this curve.
asLocalName() - Method in interface GenericName
Returns a view of this object as a local name.
asLocalName() - Method in interface LocalName
Returns a view of this object as a local name.
asLocalName() - Method in interface ScopedName
Returns a view of this object as a local name.
asScopedName() - Method in interface GenericName
Returns a view of this object as a scoped name, or null if this name has no scope.
ASSOCIATION - Static variable in class Datatype
Semantic relationship between two classes that involves connections among their instances.
ATTRIBUTE - Static variable in class ScopeCode
Information applies to the attribute class.
ATTRIBUTE_TYPE - Static variable in class ScopeCode
Information applies to the characteristic of a feature.
Attribution - Interface in org.opengis.layer
Provides a way to identify the source of geographic information used in a Layer or collection of Layers.
AUTHORITY_KEY - Static variable in interface Identifier
Key for the "authority" property to be given to the CRS factory createFoo(…) methods.
AuthorityFactory - Interface in org.opengis.referencing
Base interface for all authority factories.
AuthorityURL - Interface in org.opengis.layer
Encloses an OnLineResource which states the linkage of a document defining the meaning of the Identifier values which reference this AuthorityURL.
AUTO_COMMIT - Static variable in interface Transaction
Marker constant used to indicate immidiate response.
AxisDirection - Class in org.opengis.referencing.cs
The direction of positive increments in the coordinate value for a coordinate system axis.
AxisDirection(String) - Constructor for class AxisDirection
Constructs an enum with the given name.

B

BackingStoreException - Exception in org.opengis.feature
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.
BackingStoreException() - Constructor for exception BackingStoreException
Constructs a new exception with no detail message.
BackingStoreException(String) - Constructor for exception BackingStoreException
Constructs a new exception with the specified detail message.
BackingStoreException(Throwable) - Constructor for exception BackingStoreException
Constructs a new exception with the specified cause.
BackingStoreException(String, Throwable) - Constructor for exception BackingStoreException
Constructs a new exception with the specified detail message and cause.
Band - Interface in org.opengis.metadata.content
Range of wavelengths in the electromagnetic spectrum.
BAROMETRIC - Static variable in class VerticalDatumType
Atmospheric pressure is the basis for the definition of the origin of the associated vertical coordinate system axis.
BASELINE - Static variable in class YAnchor
Align to the baseline of the field.
bbox(String, double, double, double, double, String) - Method in interface FilterFactory
Checks if the bounding box of the feature's geometry overlaps the specified bounding box.
BBOX - Interface in org.opengis.filter.spatial
Spatial operator that evaluates to true when the bounding box of the feature's geometry overlaps the bounding box provided in this object's properties.
Bearing - Interface in org.opengis.spatialschema.geometry.primitive
Represents direction in the coordinate reference system.
between(Expression, Expression, Expression) - Method in interface FilterFactory
A compact way of encoding a range check.
BEVEL - Static variable in class LineJoin
This constant indicates that lines should be joined by connecting the outer corners of the lines with a straight line segment.
beyond(String, Geometry, double, String) - Method in interface FilterFactory
Check if all of a feature's geometry is more distant than the given distance from this object's geometry.
Beyond - Interface in org.opengis.filter.spatial
Concrete distance buffer operator that evaluates as true when all of a feature's geometry lies beyond (i.e. is more distant) than the given distance from this object's geometry.
Bezier - Interface in org.opengis.spatialschema.geometry.geometry
Polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.
BIANNUALLY - Static variable in class MaintenanceFrequency
Data is updated twice each year.
BicubicGrid - Interface in org.opengis.spatialschema.geometry.geometry
A gridded surface that uses cubic polynomial splines as the horizontal and vertical curves.
BilinearGrid - Interface in org.opengis.spatialschema.geometry.geometry
A gridded surface that uses line strings as the horizontal and vertical curves.
BinaryComparisonOperator - Interface in org.opengis.filter
Abstract base class for filters that compare exactly two values against each other.
BinaryExpression - Interface in org.opengis.filter.expression
Abstract base class for the various filter expressions that compute some value from two input values.
BinaryLogicOperator - Interface in org.opengis.filter
Abstract super-interface for logical operators that accept two or more other logical values as inputs.
BinarySpatialOperator - Interface in org.opengis.filter.spatial
Abstract superclass for filter operators that perform some sort of spatial comparison on two geometric objects.
BIOTA - Static variable in class TopicCategory
Flora and/or fauna in natural environment.
BLACK_BAND - Static variable in class ColorInterpretation
Black Band for the CMYK color model.
BLUE_BAND - Static variable in class ColorInterpretation
Blue Band for the RGB color model components.
BLURRED_IMAGE - Static variable in class ImagingCondition
Portion of the image is blurred.
booleanValue() - Method in interface ParameterValue
Returns the boolean value of an operation parameter A boolean value does not have an associated unit of measure.
BOTTOM - Static variable in class YAnchor
Align to the bottom of the field.
BOTTOM - Static variable in class AxisDirection
Deprecated. Use AxisDirection.DISPLAY_DOWN instead.
BOUNDARIES - Static variable in class TopicCategory
Legal land descriptions.
Boundary - Interface in org.opengis.spatialschema.geometry
The abstract root data type for all the data types used to represent the boundary of geometric objects.
BoundingPolygon - Interface in org.opengis.metadata.extent
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.
BROAD_ARROW - Static variable in class ArrowStyle
Double line with large arrowhead.
BrowseGraphic - Interface in org.opengis.metadata.identification
Graphic that provides an illustration of the dataset (should include a legend for the graphic).
BSplineCurve - Interface in org.opengis.spatialschema.geometry.geometry
A piecewise parametric polynomial or rational curve described in terms of control points and basis functions.
BUTT - Static variable in class LineCap
This constant indicates that line ends should be drawn with no extra decoration.
ByteInValuePacking - Class in org.opengis.coverage.grid
Specifies the order of the bytes in multi-byte values.
ByteInValuePacking(String) - Constructor for class ByteInValuePacking
Constructs an enum with the given name.

C

CannotCreateGridCoverageException - Exception in org.opengis.coverage.grid
Thrown when a grid coverage can't be created.
CannotCreateGridCoverageException() - Constructor for exception CannotCreateGridCoverageException
Creates an exception with no message.
CannotCreateGridCoverageException(String) - Constructor for exception CannotCreateGridCoverageException
Creates an exception with the specified message.
CannotEvaluateException - Exception in org.opengis.coverage
The base class for exceptions thrown when a quantity can't be evaluated.
CannotEvaluateException() - Constructor for exception CannotEvaluateException
Creates an exception with no message.
CannotEvaluateException(String) - Constructor for exception CannotEvaluateException
Creates an exception with the specified message.
CannotEvaluateException(String, Throwable) - Constructor for exception CannotEvaluateException
Creates an exception with the specified message.
canProcess(URI) - Method in interface FeatureStoreFactory
Indicates this factory communicate with the indicated provider or service.
canProcess(URI, Map<String, Object>) - Method in interface FeatureStoreFactory
Indicates this factory communicate with the indicated provider or service.
canProcess(URI) - Method in interface GraphicStoreFactory
Indicates this GraphicStoreFactory communicate with the indicated provider or service.
canProcess(URI, Map<String, Object>) - Method in interface GraphicStoreFactory
Indicates this GraphicStoreFactory communicate with the indicated provider or service.
canProcess(URI) - Method in interface LayerSourceFactory
Indicates this FeatureStoreFactory communicate with the indicated provider or service.
canProcess(URI, Map<String, Object>) - Method in interface LayerSourceFactory
Indicates this FeatureStoreFactory communicate with the indicated provider or service.
Canvas - Interface in org.opengis.go.display.canvas
Canvas defines a common abstraction for implementations that manage the display and user manipulation of Graphic instances.
canvasChanged(Canvas, CanvasState) - Method in interface CanvasListener
This method is called by a Canvas when its state has changed.
CanvasController - Interface in org.opengis.go.display.canvas
The CanvasController interface serves as the token in the CanvasController <--> Canvas interaction.
CanvasHandler - Interface in org.opengis.go.display.canvas
The CanvasHandler interface provides programmers with a mechanism to change Canvas properties.
CanvasListener - Interface in org.opengis.go.display.canvas
The one method in this interface is called by a Canvas when its state has changed.
CanvasState - Interface in org.opengis.go.display.canvas
Instances of this interface (and its sub-interfaces) describe the current state of a Canvas.
CartesianCS - Interface in org.opengis.referencing.cs
A 1-, 2-, or 3-dimensional coordinate system.
CARTRIDGE_3480 - Static variable in class MediumName
3480 cartridge tape drive.
CARTRIDGE_3490 - Static variable in class MediumName
3490 cartridge tape drive.
CARTRIDGE_3580 - Static variable in class MediumName
3580 cartridge tape drive.
CARTRIDGE_TAPE_1_QUARTER_INCH - Static variable in class MediumName
¼ inch magnetic tape.
CARTRIDGE_TAPE_4mm - Static variable in class MediumName
4 millimetre magnetic tape.
CARTRIDGE_TAPE_8mm - Static variable in class MediumName
8 millimetre magnetic tape.
CD_ROM - Static variable in class MediumName
Read-only optical disk.
CELL_CENTER - Static variable in class PixelInCell
The origin of the image coordinate system is the centre of a grid cell or image pixel.
CELL_CORNER - Static variable in class PixelInCell
The origin of the image coordinate system is the corner of a grid cell, or half-way between the centres of adjacent image pixels.
CellGeometry - Class in org.opengis.metadata.spatial
Code indicating whether grid data is point or area.
CellGeometry(String) - Constructor for class CellGeometry
Constructs an enum with the given name.
CENTER - Static variable in class XAnchor
Align the center of the field.
CENTER - Static variable in class PixelOrientation
Point in a pixel corresponding to the Earth location of the pixel.
CHARACTER_STRING - Static variable in class Datatype
Free text field.
CHORD - Static variable in class GraphicArc.ArcClosure
Closure type that indicates that one line should be drawn between the endpoints of the arc.
CIRCLE - Static variable in class Mark
This constant indicates that a point should be symbolized with a circle mark.
Circle - Interface in org.opengis.spatialschema.geometry.geometry
Same as an arc, but closed to form a full circle.
CIRCULAR_ARC - Static variable in class SplineCurveForm
An arc of a circle or a complete circle.
CIRCULAR_ARC_2_POINTS_WITH_BULGE - Static variable in class CurveInterpolation
For each consecutive pair of control points, the interpolation mechanism shall return direct positions on a circular arc passing from the first control point to the second control point, such that the associated control parameter determines the offset of the center of the arc from the center point of the chord, positive for leftward and negative for rightward.
CIRCULAR_ARC_3_POINTS - Static variable in class CurveInterpolation
For each set of three consecutive control points, the middle one being an even offset from the beginning of the sequence of control points, the interpolation mechanism shall return direct positions on a circular arc passing from the first point through the middle point to the third point.
Citation - Interface in org.opengis.metadata.citation
Standardized resource reference.
CitationDate - Interface in org.opengis.metadata.citation
Reference date and event used to describe it.
CitationFactory - Interface in org.opengis.metadata.citation
A factory for metadata from the citation package.
CLASS - Static variable in class Datatype
Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior.
Classification - Class in org.opengis.metadata.constraint
Name of the handling restrictions on the dataset.
Classification(String) - Constructor for class Classification
Constructs an enum with the given name.
clear() - Method in interface FeatureCollection
Removes all of the features contained in this collection.
CLIMATOLOGY_METEOROLOGY_ATMOSPHERE - Static variable in class TopicCategory
Processes and phenomena of the atmosphere.
clone() - Method in interface CanvasState
Returns a copy of this state object.
clone() - Method in interface GraphicStyle
Method inherited from the Cloneable interface, included here for public access.
clone() - Method in interface GeneralParameterValue
Returns a copy of this parameter value or group.
clone() - Method in interface ParameterValue
Returns a copy of this parameter value.
clone() - Method in interface ParameterValueGroup
Returns a copy of this group of parameter values.
clone() - Method in interface Matrix
Returns a clone of this matrix.
clone() - Method in interface DirectPosition
Makes an exact copy of this coordinate.
clone() - Method in interface Geometry
Returns a clone of this geometry with deep copy semantic.
clone() - Method in interface Cloneable
Creates and returns a copy of this object.
Cloneable - Interface in org.opengis.util
Indicates that it is legal to make a field-for-field copy of instances of implementing classes.
cloneGraphic() - Method in interface Graphic
Creates a new Graphic of the same type as this object.
close() - Method in interface FeatureCollection
If some sort of connection was opened to a backing store to support this collection, then closes this connection.
close() - Method in interface FeatureIterator
If applicable, closes any connection to a persistent store that backs this iterator.
close() - Method in interface Transaction
Provides an opportunity for a transaction to free any State it maintains.
Clothoid - Interface in org.opengis.spatialschema.geometry.geometry
The clothoid (or Cornu's spiral), a plane curve whose curvature is a fixed function of its length.
CLOTHOID - Static variable in class CurveInterpolation
Uses a Cornu's spiral or clothoid interpolation.
CLOUD - Static variable in class ImagingCondition
Portion of the image is partially obscured by cloud cover
CMYK - Static variable in class PaletteInterpretation
CYMK (Cyan Yellow Magenta blacK) color palette.
CODE_KEY - Static variable in interface Identifier
Key for the "code" property to be given to the CRS factory createFoo(…) methods.
CODE_LIST - Static variable in class Datatype
Flexible enumeration useful for expressing a long list of values, can be extended.
CODE_LIST_ELEMENT - Static variable in class Datatype
Permissible value for a codelist or enumeration.
CodeList<CodeType extends CodeList<CodeType>> - Class in org.opengis.util
Base class for all code lists.
CodeList(String, Collection<CodeType>) - Constructor for class CodeList
Creates a new code list element and add it to the given collection.
COLLECTION_HARDWARE - Static variable in class ScopeCode
Information applies to the collection hardware class.
COLLECTION_SESSION - Static variable in class ScopeCode
Information applies to the collection session.
ColorInterpretation - Class in org.opengis.coverage
Specifies the mapping of a band to a color model component.
ColorInterpretation(String) - Constructor for class ColorInterpretation
Constructs an enum with the given name.
COLUMN - Static variable in class DimensionNameType
Abscissa (x) axis.
COLUMN_NEGATIVE - Static variable in class AxisDirection
Axis positive direction is towards lower pixel column.
COLUMN_POSITIVE - Static variable in class AxisDirection
Axis positive direction is towards higher pixel column.
commit() - Method in interface Transaction
Makes all transactions made since the previous commit/rollback permanent.
commit() - Method in interface Transaction.State
Call back used for Transaction.commit().
CommonCapabilities - Interface in org.opengis.go
The CommonCapabilities interface provides runtime information about the capabilities of a given GO-1 implementation.
CommonFactory - Interface in org.opengis.go
CommonFactory defines a common abstraction for getting the different factories for classes that all GO-1 objects have a common dependency on.
compareTo(CodeType) - Method in class CodeList
Compares this code with the specified object for order.
COMPLETED - Static variable in class Progress
Production of the data has been completed.
Completeness - Interface in org.opengis.metadata.quality
Presence and absence of features, their attributes and their relationships.
CompletenessCommission - Interface in org.opengis.metadata.quality
Excess data present in the dataset, as described by the scope.
CompletenessOmission - Interface in org.opengis.metadata.quality
Data absent from the dataset, as described by the scope.
Complex - Interface in org.opengis.spatialschema.geometry.complex
A collection of geometrically disjoint, simple primitives.
ComplexBoundary - Interface in org.opengis.spatialschema.geometry.complex
The boundary of complex objects.
COMPLEXES - Static variable in class GeometricObjectType
Set of geometric primitives such that their boundaries can be represented as a union of other primitives.
ComplianceLevel - Enum in org.opengis.annotation
Compliance level for elements.
Composite - Interface in org.opengis.spatialschema.geometry.complex
A geometric complex with an underlying core geometry that is isomorphic to a primitive.
CompositeCurve - Interface in org.opengis.spatialschema.geometry.complex
A complex with all the geometric properties of a curve.
COMPOSITES - Static variable in class GeometricObjectType
Connected set of curves, solids or surfaces.
CompositeSurface - Interface in org.opengis.spatialschema.geometry.complex
A complex with all the geometric properties of a surface.
CompoundCRS - Interface in org.opengis.referencing.crs
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
ConcatenatedOperation - Interface in org.opengis.referencing.operation
An ordered sequence of two or more single coordinate operations.
ConceptualConsistency - Interface in org.opengis.metadata.quality
Adherence to rules of the conceptual schema.
CONDITIONAL - Static variable in class Obligation
Element is required when a specific condition is met.
Cone - Interface in org.opengis.spatialschema.geometry.geometry
A gridded surface given as a family of conic sections whose control points vary linearly.
CONFIDENTIAL - Static variable in class Classification
Available for someone who can be entrusted with information.
ConformanceResult - Interface in org.opengis.metadata.quality
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
Conic - Interface in org.opengis.spatialschema.geometry.geometry
Any general conic curve.
CONIC - Static variable in class CurveInterpolation
Same as elliptical arc but using 5 consecutive control points to determine a conic section.
CONIC - Static variable in class SurfaceInterpolation
The surface is a section of a conic surface.
ConicProjection - Interface in org.opengis.referencing.operation
Base interface for conical map projections.
Constraints - Interface in org.opengis.metadata.constraint
Restrictions on the access and use of a resource or metadata.
consume() - Method in interface GraphicEvent
Consumes this GraphicEvent so that it will not be processed in the default manner by the source from which it originated.
Contact - Interface in org.opengis.metadata.citation
Information required to enable contact with the responsible person and/or organization.
contains(Feature) - Method in interface FeatureCollection
Checks if the given feature is a member of this collection.
contains(String, Geometry) - Method in interface FilterFactory
Checks if the the first geometric operand contains the second.
Contains - Interface in org.opengis.filter.spatial
Concrete binary spatial operator that evaluates to true if the the first geometric operand contains the second.
contains(TransfiniteSet) - Method in interface TransfiniteSet
Returns true if this TransfiniteSet contains another TransfiniteSet.
contains(DirectPosition) - Method in interface TransfiniteSet
Returns true if this TransfiniteSet contains a single point given by a coordinate.
containsAll(Collection<Feature>) - Method in interface FeatureCollection
Checks if every feature in the given collection is also a member of this feature collection.
ContentInformation - Interface in org.opengis.metadata.content
Description of the content of a dataset.
CONTINUAL - Static variable in class MaintenanceFrequency
Data is repeatedly and frequently updated.
CONTINUOUS_SPLINE - Static variable in class UnprojectedPathType
 
Conversion - Interface in org.opengis.referencing.operation
An operation on coordinates that does not include any change of Datum.
CoordinateOperation - Interface in org.opengis.referencing.operation
A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
CoordinateOperationAuthorityFactory - Interface in org.opengis.referencing.operation
Creates coordinate transformation objects from codes.
CoordinateOperationFactory - Interface in org.opengis.referencing.operation
Creates coordinate operations.
CoordinateReferenceSystem - Interface in org.opengis.referencing.crs
Abstract coordinate reference system, usually defined by a coordinate system and a datum.
CoordinateSystem - Interface in org.opengis.referencing.cs
The set of coordinate system axes that spans a given coordinate space.
CoordinateSystemAxis - Interface in org.opengis.referencing.cs
Definition of a coordinate system axis.
COPYRIGHT - Static variable in class Restriction
Exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor.
Coverage - Interface in org.opengis.coverage
Provides access to a coverage.
CoverageContentType - Class in org.opengis.metadata.content
Specific type of information represented in the cell.
CoverageContentType(String) - Constructor for class CoverageContentType
Constructs an enum with the given name.
CoverageDescription - Interface in org.opengis.metadata.content
Information about the content of a grid data cell.
CPIO - Static variable in class MediumFormat
CoPy In / Out (UNIX file format and command).
createAddress(Collection<String>, InternationalString, InternationalString, String, InternationalString, Collection<String>) - Method in interface CitationFactory
Location of the responsible individual or organization.
createAffineCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a two dimensional coordinate system from the given pair of axis.
createAffineCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a three dimensional coordinate system from the given set of axis.
createAffineTransform(Matrix) - Method in interface MathTransformFactory
Creates an affine transform from a matrix.
createArc(Position, Position, Position) - Method in interface GeometryFactory
Takes three positions and constructs the corresponding arc.
createArc(Position, Position, double, double[]) - Method in interface GeometryFactory
Takes two positions and the offset of the midpoint of the arc from the midpoint of the chord, given by a distance and direction, and constructs the corresponding arc.
createArcByBulge(Position, Position, double, double[]) - Method in interface GeometryFactory
Equivalents to the second constructor of arc, except the bulge representation is maintained.
createArcString(List<Position>) - Method in interface GeometryFactory
Takes a sequence of positions and constructs a sequence of 3-point arcs jointing them.
createArcStringByBulge(List<Position>, double[], List<double[]>) - Method in interface GeometryFactory
Equivalent to the second constructor of arc, except the bulge representation is maintained internal to the object.
createAttributeDescriptor(String, DataType, int, int, boolean, Class, int, int) - Method in interface FeatureTypeFactory
Creates a new attribute descriptor for use in creating new feature types.
createBSplineCurve(int, PointArray, List<Knot>, KnotType) - Method in interface GeometryFactory
Constructs a B-spline curve.
createCanvas(Properties, Container) - Method in interface DisplayFactory
Creates a new Canvas object that is embedded in the given Container.
createCanvas(Properties) - Method in interface DisplayFactory
Creates a new Canvas object that is returned embedded in a window, as determined by the GO-1 implementation.
createCartesianCS(String) - Method in interface CSAuthorityFactory
Creates a cartesian coordinate system from a code.
createCartesianCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a two dimensional cartesian coordinate system from the given pair of axis.
createCartesianCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a three dimensional cartesian coordinate system from the given set of axis.
createCompoundCRS(String) - Method in interface CRSAuthorityFactory
Creates a 3D coordinate reference system from a code.
createCompoundCRS(Map<String, ? extends Object>, CoordinateReferenceSystem[]) - Method in interface CRSFactory
Creates a compound coordinate reference system from an ordered list of CoordinateReferenceSystem objects.
createConcatenatedOperation(Map<String, ? extends Object>, CoordinateOperation[]) - Method in interface CoordinateOperationFactory
Creates a concatenated operation from a sequence of operations.
createConcatenatedTransform(MathTransform, MathTransform) - Method in interface MathTransformFactory
Creates a transform by concatenating two existing transforms.
createContact(Telephone, Address, OnLineResource, InternationalString, InternationalString) - Method in interface CitationFactory
Information required to enable contact with the responsible person and/or organization.
createCoordinateOperation(String) - Method in interface CoordinateOperationAuthorityFactory
Creates an operation from a single operation code.
createCoordinateReferenceSystem(String) - Method in interface CRSAuthorityFactory
Returns an arbitrary coordinate reference system from a code.
createCoordinateSystem(String) - Method in interface CSAuthorityFactory
Returns an arbitrary coordinate system from a code.
createCoordinateSystemAxis(String) - Method in interface CSAuthorityFactory
Returns a coordinate system axis from a code.
createCoordinateSystemAxis(Map<String, ? extends Object>, String, AxisDirection, Unit) - Method in interface CSFactory
Creates a coordinate system axis from an abbreviation and a unit.
createCurve(List<CurveSegment>) - Method in interface PrimitiveFactory
Takes a list of curve segments with the appropriate end-to-start relationships and creates a curve.
createCylindricalCS(String) - Method in interface CSAuthorityFactory
Creates a cylindrical coordinate system from a code.
createCylindricalCS(Map<String, ? extends Object>, PolarCS, CoordinateSystemAxis) - Method in interface CSFactory
Deprecated. Uses the method expecting 3 axis instead.
createCylindricalCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a cylindrical coordinate system from the given set of axis.
createDatum(String) - Method in interface DatumAuthorityFactory
Returns an arbitrary datum from a code.
createDerivedCRS(String) - Method in interface CRSAuthorityFactory
Creates a derived coordinate reference system from a code.
createDerivedCRS(Map<String, ? extends Object>, CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Method in interface CRSFactory
Deprecated. Use the method with an OperationMethod argument instead.
createDerivedCRS(Map<String, ? extends Object>, OperationMethod, CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Method in interface CRSFactory
Creates a derived coordinate reference system.
createDirectPosition() - Method in interface GeometryFactory
Create a direct position with empty coordinates.
createDirectPosition(double[]) - Method in interface GeometryFactory
Create a direct position at the specified location specified by coordinates.
createDirectPosition(double[]) - Method in interface PrimitiveFactory
Deprecated. This method moved to the GeometryFactory interface.
createEllipsoid(String) - Method in interface DatumAuthorityFactory
Returns an ellipsoid from a code.
createEllipsoid(Map<String, ? extends Object>, double, double, Unit) - Method in interface DatumFactory
Creates an ellipsoid from radius values.
createEllipsoidalCS(String) - Method in interface CSAuthorityFactory
Creates an ellipsoidal coordinate system from a code.
createEllipsoidalCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates an ellipsoidal coordinate system without ellipsoidal height.
createEllipsoidalCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates an ellipsoidal coordinate system with ellipsoidal height.
createEngineeringCRS(String) - Method in interface CRSAuthorityFactory
Create a engineering coordinate reference system from a code.
createEngineeringCRS(Map<String, ? extends Object>, EngineeringDatum, CoordinateSystem) - Method in interface CRSFactory
Creates a engineering coordinate reference system.
createEngineeringDatum(String) - Method in interface DatumAuthorityFactory
Creates a engineering datum from a code.
createEngineeringDatum(Map<String, ? extends Object>) - Method in interface DatumFactory
Creates an engineering datum.
createEnvelope(DirectPosition, DirectPosition) - Method in interface GeometryFactory
Creates a new Envelope with the given corners.
createFeature() - Method in interface FeatureType
Returns a new, unpopulated instance of this type of Feature.
createFeatureCanvas(Properties, Container) - Method in interface FeatureDisplayFactory
 
createFeatureCanvas(Properties) - Method in interface FeatureDisplayFactory
 
createFeatureStore(URI, Map<String, Object>) - Method in interface FeatureStoreFactory
Ask for a FeatureStore connecting to the indicated provider or service.
createFeatureType(GenericName, FeatureAttributeDescriptor[], FeatureAttributeDescriptor, FeatureType[]) - Method in interface FeatureTypeFactory
Creates a new FeatureType given its list of attributes.
createFlattenedSphere(Map<String, ? extends Object>, double, double, Unit) - Method in interface DatumFactory
Creates an ellipsoid from an major radius, and inverse flattening.
createFromCoordinateReferenceSystemCodes(String, String) - Method in interface CoordinateOperationAuthorityFactory
Creates an operation from coordinate reference system codes.
createFromWKT(String) - Method in interface CRSFactory
Creates a coordinate reference system object from a string.
createFromWKT(String) - Method in interface MathTransformFactory
Creates a math transform object from a string.
createFromXML(String) - Method in interface CRSFactory
Creates a coordinate reference system object from a XML string.
createFromXML(String) - Method in interface MathTransformFactory
Creates a math transform object from a XML string.
createGeocentricCRS(String) - Method in interface CRSAuthorityFactory
Returns a geocentric coordinate reference system from a code.
createGeocentricCRS(Map<String, ? extends Object>, GeodeticDatum, CartesianCS) - Method in interface CRSFactory
Creates a geocentric coordinate reference system from a cartesian coordinate system.
createGeocentricCRS(Map<String, ? extends Object>, GeodeticDatum, SphericalCS) - Method in interface CRSFactory
Creates a geocentric coordinate reference system from a spherical coordinate system.
createGeodesic(Position, Position) - Method in interface GeometryFactory
Takes two positions and creates the appropriate geodesic joining them.
createGeodesicString(List<Position>) - Method in interface GeometryFactory
Takes two or more positions, interpolates using a geodesic defined from the geoid (or ellipsoid) of the coordinate reference system being used, and creates the appropriate geodesic string joining them.
createGeodeticDatum(String) - Method in interface DatumAuthorityFactory
Returns a geodetic datum from a code.
createGeodeticDatum(Map<String, ? extends Object>, Ellipsoid, PrimeMeridian) - Method in interface DatumFactory
Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.
createGeographicCRS(String) - Method in interface CRSAuthorityFactory
Returns a geographic coordinate reference system from a code.
createGeographicCRS(Map<String, ? extends Object>, GeodeticDatum, EllipsoidalCS) - Method in interface CRSFactory
Creates a geographic coordinate reference system.
createGraphic(Class) - Method in interface DisplayFactory
Creates a new Graphic.
createGraphicStore(URI, Map<String, Object>) - Method in interface GraphicStoreFactory
Ask for a GraphicStore connecting to the indicated provider or service.
createGraphicStyle(Class) - Method in interface DisplayFactory
Creates a new GraphicStyle.
createImageCRS(String) - Method in interface CRSAuthorityFactory
Create a image coordinate reference system from a code.
createImageCRS(Map<String, ? extends Object>, ImageDatum, AffineCS) - Method in interface CRSFactory
Creates an image coordinate reference system.
createImageDatum(String) - Method in interface DatumAuthorityFactory
Creates a image datum from a code.
createImageDatum(Map<String, ? extends Object>, PixelInCell) - Method in interface DatumFactory
Creates an image datum.
createInternationalString(Map<Locale, String>) - Method in interface NameFactory
Creates an international string from a set of strings in different locales.
createLayerSource(URI, Map<String, Object>) - Method in interface LayerSourceFactory
Ask for a LayerSource connecting to the indicated provider or service.
createLinearCS(Map<String, ? extends Object>, CoordinateSystemAxis) - Method in interface CSFactory
Creates a linear coordinate system.
createLineSegment(Position, Position) - Method in interface GeometryFactory
Takes two positions and creates the appropriate line segment joining them.
createLineString(List<Position>) - Method in interface GeometryFactory
Takes two or more positions and creates the appropriate line string joining them.
createLocalName(GenericName, String, InternationalString) - Method in interface NameFactory
Creates a local name from a scope and a name.
createMultiPrimitive() - Method in interface GeometryFactory
Placeholder to create a MultiPrimitive (or derivatives).
createNewFeatureStore(URI, Map<String, Object>) - Method in interface FeatureStoreFactory
Ask for a new feature store connecting to the indicated provider or service.
createNewGraphicStore(URI, Map<String, Object>) - Method in interface GraphicStoreFactory
Ask for a new GraphicStore connecting to the indicated provider or service.
createNewLayerSource(URI, Map<String, Object>) - Method in interface LayerSourceFactory
Ask for a new LayerSource connecting to the indicated provider or service.
createObject(String) - Method in interface AuthorityFactory
Returns an arbitrary object from a code.
createOnLineResource(URI, String, String, InternationalString, OnLineFunction) - Method in interface CitationFactory
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in interface CoordinateOperationFactory
Returns an operation for conversion or transformation between two coordinate reference systems.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod) - Method in interface CoordinateOperationFactory
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.
createParameterizedTransform(ParameterValueGroup) - Method in interface MathTransformFactory
Creates a transform from a group of parameters.
createPassThroughTransform(int, MathTransform, int) - Method in interface MathTransformFactory
Creates a transform which passes through a subset of ordinates to another transform.
createPoint(double[]) - Method in interface PrimitiveFactory
Creates a point at the specified location specified by coordinates.
createPoint(Position) - Method in interface PrimitiveFactory
Creates a point at the specified position.
createPolarCS(String) - Method in interface CSAuthorityFactory
Creates a polar coordinate system from a code.
createPolarCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a polar coordinate system from the given pair of axis.
createPolygon(SurfaceBoundary) - Method in interface GeometryFactory
Creates a polygon directly from a set of boundary curves (organized into a surface boundary) which shall be defined using coplanar positions as control points.
createPolygon(SurfaceBoundary, Surface) - Method in interface GeometryFactory
Creates a polygon lying on a spanning surface.
createPolyhedralSurface(List<Polygon>) - Method in interface GeometryFactory
Constructs polyhedral surface from the facet polygons.
createPolyhedralSurface(List<Polygon>) - Method in interface PrimitiveFactory
Deprecated. Moved to GeometryFactory since PolyhedralSurface and Polygon are all defined in the geometry package according ISO 19107. Furthermore, PolyhedralSurface extends Geometry.
createPrimeMeridian(String) - Method in interface DatumAuthorityFactory
Returns a prime meridian from a code.
createPrimeMeridian(Map<String, ? extends Object>, double, Unit) - Method in interface DatumFactory
Creates a prime meridian, relative to Greenwich.
createPrimitive(Envelope) - Method in interface PrimitiveFactory
Returns an envelope as a primitive.
createProjectedCRS(String) - Method in interface CRSAuthorityFactory
Returns a projected coordinate reference system from a code.
createProjectedCRS(Map<String, ? extends Object>, GeographicCRS, MathTransform, CartesianCS) - Method in interface CRSFactory
Deprecated. Use the method with an OperationMethod argument instead.
createProjectedCRS(Map<String, ? extends Object>, OperationMethod, GeographicCRS, MathTransform, CartesianCS) - Method in interface CRSFactory
Creates a projected coordinate reference system from a transform.
createProjectedCRS(Map<String, ? extends Object>, GeographicCRS, String, GeneralParameterValue[], CartesianCS) - Method in interface CRSFactory
Deprecated. This method will be removed for the following reasons:
createResponsibleParty(String, InternationalString, InternationalString, Contact, Role) - Method in interface CitationFactory
Identification of, and means of communication with, person(s) and organizations associated with the dataset.
createRing(List<Curve>) - Method in interface PrimitiveFactory
Constructs a ring out of its component curves.
createScopedName(GenericName, String, InternationalString) - Method in interface NameFactory
Creates a scoped name from a scope and a name.
createSolid(SolidBoundary) - Method in interface PrimitiveFactory
Constructs a solid by indicating its boundary as a collection of shells organized into a solid boundary.
createSphericalCS(String) - Method in interface CSAuthorityFactory
Creates a spherical coordinate system from a code.
createSphericalCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a spherical coordinate system from the given set of axis.
createStyleObject(Class) - Method in interface FeatureStyleFactory
Must pass in the Class of one of the interfaces in the package org.opengis.sld.
createSurface(List<SurfacePatch>) - Method in interface PrimitiveFactory
Takes a list of surface patches with the appropriate side-toside relationships and creates a surface.
createSurface(SurfaceBoundary) - Method in interface PrimitiveFactory
Constructs a surface by indicating its boundary as a collection of curves organized into the specified surface boundary.
createSurfaceBoundary(Ring, List) - Method in interface GeometryFactory
Deprecated. Moved to PrimitiveFactory since Ring, Surface and SurfaceBoundary are all primitive objects.
createSurfaceBoundary(Ring, List<Ring>) - Method in interface PrimitiveFactory
Constructs a new surface boundary object representing the boundary of a two-dimensional surface.
createTelephone(String, String) - Method in interface CitationFactory
Telephone numbers for contacting the responsible individual or organization.
createTemporalCRS(String) - Method in interface CRSAuthorityFactory
Create a temporal coordinate reference system from a code.
createTemporalCRS(Map<String, ? extends Object>, TemporalDatum, TimeCS) - Method in interface CRSFactory
Creates a temporal coordinate reference system.
createTemporalDatum(String) - Method in interface DatumAuthorityFactory
Creates a temporal datum from a code.
createTemporalDatum(Map<String, ? extends Object>, Date) - Method in interface DatumFactory
Creates a temporal datum from an enumerated type value.
createTimeCS(String) - Method in interface CSAuthorityFactory
Creates a temporal coordinate system from a code.
createTimeCS(Map<String, ? extends Object>, CoordinateSystemAxis) - Method in interface CSFactory
Creates a time coordinate system.
createTin(Set<Position>, Set<LineString>, Set<LineString>, double) - Method in interface GeometryFactory
Constructs a restricted Delaunay network from triangle corners (posts), breaklines, stoplines, and maximum length of a triangle side.
createTransformedShape(Shape) - Method in interface MathTransform2D
Transform the specified shape.
createType(FeatureType) - Method in interface FeatureStore
Creates a new type.
createUnit(String) - Method in interface CSAuthorityFactory
Returns an unit from a code.
createUserDefinedCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a two-dimensional user defined coordinate system.
createUserDefinedCS(Map<String, ? extends Object>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in interface CSFactory
Creates a three-dimensional user defined coordinate system.
createValue() - Method in interface GeneralParameterDescriptor
Creates a new instance of parameter value or group initialized with the default value(s).
createValue() - Method in interface ParameterDescriptor
Creates a new instance of parameter value initialized with the default value.
createValue() - Method in interface ParameterDescriptorGroup
Creates a new instance of parameter value group initialized with the default values.
createVerticalCRS(String) - Method in interface CRSAuthorityFactory
Create a vertical coordinate reference system from a code.
createVerticalCRS(Map<String, ? extends Object>, VerticalDatum, VerticalCS) - Method in interface CRSFactory
Creates a vertical coordinate reference system.
createVerticalCS(String) - Method in interface CSAuthorityFactory
Creates a vertical coordinate system from a code.
createVerticalCS(Map<String, ? extends Object>, CoordinateSystemAxis) - Method in interface CSFactory
Creates a vertical coordinate system.
createVerticalDatum(String) - Method in interface DatumAuthorityFactory
Creates a vertical datum from a code.
createVerticalDatum(Map<String, ? extends Object>, VerticalDatumType) - Method in interface DatumFactory
Creates a vertical datum from an enumerated type value.
CREATION - Static variable in class DateType
Date identifies when the resource was brought into existence.
CROSS - Static variable in class Mark
This constant indicates that a point should be symbolized with a cross mark.
CROSS_TRACK - Static variable in class DimensionNameType
Perpendicular to the direction of motion of the scan point.
crosses(String, Geometry) - Method in interface FilterFactory
Checks if the first geometric operand crosses the second.
Crosses - Interface in org.opengis.filter.spatial
Concrete binary spatial operator that evaluates to true if the first geometric operand crosses the second (in the sense defined by the OGC Simple Features specification).
CRSAuthorityFactory - Interface in org.opengis.referencing.crs
Creates coordinate reference systems using authority codes.
CRSFactory - Interface in org.opengis.referencing.crs
Builds up complex coordinate reference systems from simpler objects or values.
CSAuthorityFactory - Interface in org.opengis.referencing.cs
Creates coordinate systems using authority codes.
CSFactory - Interface in org.opengis.referencing.cs
Builds up complex coordinate systems from simpler objects or values.
CUBIC_SPLINE - Static variable in class CurveInterpolation
The control points are interpolated using initial tangents and cubic polynomials, a form of degree 3 polynomial spline.
CubicSpline - Interface in org.opengis.spatialschema.geometry.geometry
Cubic splines.
CURVE - Static variable in class GeometricObjectType
Bounded, 1-dimensional geometric primitive, representing the continuous image of a line.
Curve - Interface in org.opengis.spatialschema.geometry.primitive
Curve with a positive orientation.
CurveBoundary - Interface in org.opengis.spatialschema.geometry.primitive
The boundary of curves.
CurveInterpolation - Class in org.opengis.spatialschema.geometry.primitive
List of codes that may be used to identify the interpolation mechanisms.
CurveInterpolation(String) - Constructor for class CurveInterpolation
Constructs an enum with the given name.
CurveSegment - Interface in org.opengis.spatialschema.geometry.primitive
Defines a homogeneous segment of a curve.
CUSTODIAN - Static variable in class Role
Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.
CUSTOM - Static variable in class Mark
This constant indicates that a point should be symbolized with a custom mark.
CYAN_BAND - Static variable in class ColorInterpretation
Cyan Band for the CMYK color model.
Cylinder - Interface in org.opengis.spatialschema.geometry.geometry
A gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constant shape.
CylindricalCS - Interface in org.opengis.referencing.cs
A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.
CylindricalProjection - Interface in org.opengis.referencing.operation
Base interface for cylindrical map projections.

D

DAILY - Static variable in class MaintenanceFrequency
Data is updated each day.
DashArray - Class in org.opengis.go.display.style
Indicates the various enumerations of drawing a pattern line.
DashArray(String, String, float[]) - Constructor for class DashArray
Construct an enumeration using the specified pattern.
DASHED - Static variable in class LinePattern
The line should be drawn dashed.
DataIdentification - Interface in org.opengis.metadata.identification
Information required to identify a dataset.
DataQuality - Interface in org.opengis.metadata.quality
Quality information for the data specified by a data quality scope.
DATASET - Static variable in class ScopeCode
Information applies to the dataset.
DataType - Class in org.opengis.feature
Enumeration class whose static constants give the possible data types for Feature attributes.
Datatype - Class in org.opengis.metadata
Datatype of element or entity.
Datatype(String) - Constructor for class Datatype
Constructs an enum with the given name.
DATATYPE_CLASS - Static variable in class Datatype
Class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage.
DataURL - Interface in org.opengis.layer
Offers a link to the underlying data represented by a particular Layer.
DATETIME - Static variable in class DataType
Constant to be used when the value of an attribute is a date/time.
DateType - Class in org.opengis.metadata.citation
Identification of when a given event occurred
DateType(String) - Constructor for class DateType
Constructs an enum with the given name.
Datum - Interface in org.opengis.referencing.datum
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.
DatumAuthorityFactory - Interface in org.opengis.referencing.datum
Creates datum objects using authority codes.
DatumFactory - Interface in org.opengis.referencing.datum
Builds up complex datums from simpler objects or values.
DECIMAL - Static variable in class DataType
Constant to be used when the value of an attribute is stored as a string containing the decimal representation of a number.
DEFAULT_AUTO_EDIT - Static variable in interface Graphic
Default auto edit value.
DEFAULT_BLINK_PATTERN - Static variable in interface Graphic
Default blink pattern value.
DEFAULT_BLINKING - Static variable in interface Graphic
Default blinking value.
DEFAULT_DRAG_SELECTABLE - Static variable in interface Graphic
Default drag selectable value.
DEFAULT_FILL_BACKGROUND_COLOR - Static variable in interface PointSymbolizer
Default fill background color value for interior of marks with a pattern.
DEFAULT_FILL_BACKGROUND_COLOR - Static variable in interface PolygonSymbolizer
Default fill background color value.
DEFAULT_FILL_BACKGROUND_COLOR - Static variable in interface TextSymbolizer
Default fill background color value.
DEFAULT_FILL_COLOR - Static variable in interface PointSymbolizer
Default fill color value for interior of marks.
DEFAULT_FILL_COLOR - Static variable in interface PolygonSymbolizer
Default fill color value.
DEFAULT_FILL_COLOR - Static variable in interface TextSymbolizer
Default fill color value.
DEFAULT_FILL_GRADIENT_POINTS - Static variable in interface PointSymbolizer
Default fill gradient points value.
DEFAULT_FILL_GRADIENT_POINTS - Static variable in interface PolygonSymbolizer
Default fill gradient points value.
DEFAULT_FILL_OPACITY - Static variable in interface PointSymbolizer
Default fill opacity value.
DEFAULT_FILL_OPACITY - Static variable in interface PolygonSymbolizer
Default fill opacity value.
DEFAULT_FILL_OPACITY - Static variable in interface TextSymbolizer
Default fill opacity value.
DEFAULT_FILL_PATTERN - Static variable in interface PointSymbolizer
Default fill pattern value.
DEFAULT_FILL_PATTERN - Static variable in interface PolygonSymbolizer
Default fill pattern value.
DEFAULT_FILL_PATTERN - Static variable in interface TextSymbolizer
Default fill pattern value.
DEFAULT_FILL_STYLE - Static variable in interface PointSymbolizer
Default fill style value.
DEFAULT_FILL_STYLE - Static variable in interface PolygonSymbolizer
Default fill style value.
DEFAULT_FILL_STYLE - Static variable in interface TextSymbolizer
Default fill style value.
DEFAULT_FONT - Static variable in interface TextSymbolizer
 
DEFAULT_HALO_RADIUS - Static variable in interface TextSymbolizer
Default halo radius value.
DEFAULT_MARK - Static variable in interface PointSymbolizer
Default point mark value.
DEFAULT_MAX_SCALE - Static variable in interface Graphic
Default max scale value.
DEFAULT_MIN_SCALE - Static variable in interface Graphic
Default min scale value.
DEFAULT_OPACITY - Static variable in interface PointSymbolizer
Default fill opacity value.
DEFAULT_PICKABLE - Static variable in interface Graphic
Default pickable value.
DEFAULT_ROTATION - Static variable in interface PointSymbolizer
Default point rotation value.
DEFAULT_ROTATION - Static variable in interface TextSymbolizer
Default rotation.
DEFAULT_SELECTED - Static variable in interface Graphic
Default selected value.
DEFAULT_SIZE - Static variable in interface PointSymbolizer
Default point size value.
DEFAULT_STROKE_BEGIN_ARROW_STYLE - Static variable in interface LineSymbolizer
Default begin arrow style value.
DEFAULT_STROKE_BEGIN_ARROW_STYLE - Static variable in interface PointSymbolizer
Default begin arrow style value.
DEFAULT_STROKE_COLOR - Static variable in interface PointSymbolizer
Default stroke color value.
DEFAULT_STROKE_DASH_ARRAY - Static variable in interface LineSymbolizer
Default dash array value.
DEFAULT_STROKE_DASH_ARRAY - Static variable in interface PointSymbolizer
Default dash array value.
DEFAULT_STROKE_DASH_OFFSET - Static variable in interface LineSymbolizer
Default dash offset value.
DEFAULT_STROKE_DASH_OFFSET - Static variable in interface PointSymbolizer
Default dash offset value.
DEFAULT_STROKE_END_ARROW_STYLE - Static variable in interface LineSymbolizer
Default end arrow style value.
DEFAULT_STROKE_END_ARROW_STYLE - Static variable in interface PointSymbolizer
Default end arrow style value.
DEFAULT_STROKE_FILL_BACKGROUND_COLOR - Static variable in interface LineSymbolizer
 
DEFAULT_STROKE_FILL_BACKGROUND_COLOR - Static variable in interface PointSymbolizer
Default fill background color value.
DEFAULT_STROKE_FILL_COLOR - Static variable in interface LineSymbolizer
Default stroke color value.
DEFAULT_STROKE_FILL_COLOR - Static variable in interface PointSymbolizer
Default fill color value.
DEFAULT_STROKE_FILL_GRADIENT_POINTS - Static variable in interface LineSymbolizer
 
DEFAULT_STROKE_FILL_GRADIENT_POINTS - Static variable in interface PointSymbolizer
Default fill gradient points value.
DEFAULT_STROKE_FILL_OPACITY - Static variable in interface LineSymbolizer
 
DEFAULT_STROKE_FILL_OPACITY - Static variable in interface PointSymbolizer
Default fill opacity value.
DEFAULT_STROKE_FILL_PATTERN - Static variable in interface LineSymbolizer
 
DEFAULT_STROKE_FILL_PATTERN - Static variable in interface PointSymbolizer
Default fill pattern value.
DEFAULT_STROKE_FILL_STYLE - Static variable in interface LineSymbolizer
 
DEFAULT_STROKE_FILL_STYLE - Static variable in interface PointSymbolizer
Default fill style value.
DEFAULT_STROKE_LINE_CAP - Static variable in interface LineSymbolizer
Default line cap value.
DEFAULT_STROKE_LINE_CAP - Static variable in interface PointSymbolizer
Default line cap value.
DEFAULT_STROKE_LINE_GAP - Static variable in interface LineSymbolizer
Default line gap value.
DEFAULT_STROKE_LINE_GAP - Static variable in interface PointSymbolizer
Default line gap value.
DEFAULT_STROKE_LINE_JOIN - Static variable in interface LineSymbolizer
Default line join value.
DEFAULT_STROKE_LINE_JOIN - Static variable in interface PointSymbolizer
Default line join value.
DEFAULT_STROKE_LINE_PATTERN - Static variable in interface LineSymbolizer
 
DEFAULT_STROKE_LINE_PATTERN - Static variable in interface PointSymbolizer
 
DEFAULT_STROKE_LINE_STYLE - Static variable in interface LineSymbolizer
Default line style value.
DEFAULT_STROKE_LINE_STYLE - Static variable in interface PointSymbolizer
Default line style value.
DEFAULT_STROKE_OPACITY - Static variable in interface LineSymbolizer
 
DEFAULT_STROKE_OPACITY - Static variable in interface PointSymbolizer
Default stroke opacity value.
DEFAULT_STROKE_WIDTH - Static variable in interface LineSymbolizer
Default stroke width value.
DEFAULT_STROKE_WIDTH - Static variable in interface PointSymbolizer
Default stroke width value.
DEFAULT_VISIBLE - Static variable in interface Graphic
Default visible value.
DEFAULT_X_ANCHOR - Static variable in interface TextSymbolizer
Default xAnchor.
DEFAULT_X_DISPLACEMENT - Static variable in interface TextSymbolizer
Default xDisplacement.
DEFAULT_Y_ANCHOR - Static variable in interface TextSymbolizer
Default yAnchor.
DEFAULT_Y_DISPLACEMENT - Static variable in interface TextSymbolizer
Default yDisplacement.
DEFAULT_Z_ORDER - Static variable in interface Graphic
Default z order value.
DEGRADING_OBLIQUITY - Static variable in class ImagingCondition
Acute angle between the plane of the ecliptic (the plane of the Earth’s orbit) and the plane of the celestial equator.
DELETE - Static variable in class FeatureStoreEvent
Constant that indicates that a feature type's schema was removed from a feature store.
deleteFeatureLayer(FeatureLayer) - Method in interface FeatureCanvas
Removes the given layer from being displayed on this map.
deletePoint(int) - Method in interface GraphicLineString
Removes the postion at the specified index from the array of positions.
DEPTH - Static variable in class VerticalDatumType
The zero point of the vertical axis is defined by a surface that has meaning for the purpose which the associated vertical measurements are used for.
derivative(DirectPosition) - Method in interface MathTransform
Gets the derivative of this transform at a point.
derivative(double) - Method in interface MathTransform1D
Gets the derivative of this function at a value.
derivative(Point2D) - Method in interface MathTransform2D
Gets the derivative of this transform at a point.
DerivedCRS - Interface in org.opengis.referencing.crs
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.
descriptor(String) - Method in interface ParameterDescriptorGroup
Returns the parameter descriptor in this group for the specified identifier code.
descriptors() - Method in interface ParameterDescriptorGroup
Returns the parameters in this group.
difference(TransfiniteSet) - Method in interface TransfiniteSet
Returns the set theoretic difference of this TransfiniteSet and the passed TransfiniteSet.
DIGITAL_LINEAR_TAPE - Static variable in class MediumName
Half inch cartridge streaming tape drive.
DigitalTransferOptions - Interface in org.opengis.metadata.distribution
Technical means and media by which a resource is obtained from the distributor.
Dimension - Interface in org.opengis.metadata.spatial
Axis properties.
DIMENSION_GROUP - Static variable in class ScopeCode
Information applies to a dimension group.
DimensionNameType - Class in org.opengis.metadata.spatial
Name of the dimension.
DimensionNameType(String) - Constructor for class DimensionNameType
Constructs an enum with the given name.
DIRECT_EXTERNAL - Static variable in class EvaluationMethodType
Method of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required.
DIRECT_INTERNAL - Static variable in class EvaluationMethodType
Method of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated.
DirectPosition - Interface in org.opengis.spatialschema.geometry
Holds the coordinates for a position within some coordinate reference system.
DISCIPLINE - Static variable in class KeywordType
Keyword identifies a branch of instruction or specialized learning.
disjoint(String, Geometry) - Method in interface FilterFactory
Checks if the first operand is disjoint from the second.
Disjoint - Interface in org.opengis.filter.spatial
Concrete binary spatial operator that evaluates to true if the first operand is disjoint from the second (in the sense defined in the OGC Simple Features specification).
DISPLAY_DOWN - Static variable in class AxisDirection
Axis positive direction is towards bottom of approximately vertical display surface.
DISPLAY_LEFT - Static variable in class AxisDirection
Axis positive direction is left in display.
DISPLAY_RIGHT - Static variable in class AxisDirection
Axis positive direction is right in display.
DISPLAY_UP - Static variable in class AxisDirection
Axis positive direction is towards top of approximately vertical display surface.
DisplayCapabilities - Interface in org.opengis.go.display
Objects implementing the interface DisplayCapabilities provide runtime information about the capabilities of a given implementation.
DisplayFactory - Interface in org.opengis.go.display
DisplayFactory defines a common abstraction for creating the different kinds of display objects.
dispose() - Method in interface GridCoverageExchange
Allows any resources held by this object to be released.
dispose() - Method in interface GridCoverageReader
Allows any resources held by this object to be released.
dispose() - Method in interface GridCoverageWriter
Allows any resources held by this object to be released.
dispose() - Method in interface Canvas
Method that may be called when a Canvas is no longer needed.
dispose() - Method in interface Graphic
Method that can be called when an object is no longer needed.
disposeEventManagers() - Method in interface Canvas
Method that may be called when the EventManagers of a Canvas are no longer needed.
DistanceBufferOperator - Interface in org.opengis.filter.spatial
Abstract superclass for spatial operators that check that one shape satisfies some relation to a buffer around another shape.
Distribution - Interface in org.opengis.metadata.distribution
Information about the distributor of and options for obtaining the resource.
DISTRIBUTOR - Static variable in class Role
Party who distributes the resource.
Distributor - Interface in org.opengis.metadata.distribution
Information about the distributor.
Divide - Interface in org.opengis.filter.expression
Encodes the operation of division where the first argument is divided by the second argument.
divide(Expression, Expression) - Method in interface FilterFactory
Computes the numeric quotient resulting from dividing the first operand by the second.
DOCUMENT_DIGITAL - Static variable in class PresentationForm
Digital representation of a primarily textual item (can contain illustrations also).
DOCUMENT_HARDCOPY - Static variable in class PresentationForm
Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.
DomainConsistency - Interface in org.opengis.metadata.quality
Adherence of values to the value domains.
doOperation(String, GeneralParameterValue[]) - Method in interface GridCoverageProcessor
Apply a process operation to a grid coverage.
DOT_DASHED - Static variable in class LinePattern
The line should be drawn dot dashed.
DOTS - Static variable in class FillPattern
Regularly spaced single pixels.
DOTTED - Static variable in class LinePattern
The line should be drawn dotted.
DOUBLE - Static variable in class DataType
Constant to be used when the value of an attribute is stored as a binary floating point value (such as IEEE-754).
DOUBLE - Static variable in class LineStyle
The line should be drawn as double parallel lines.
doubleValue(Unit) - Method in interface ParameterValue
Returns the numeric value of the coordinate operation parameter in the specified unit of measure.
doubleValue() - Method in interface ParameterValue
Returns the numeric value of the coordinate operation parameter with its associated unit of measure.
doubleValueList(Unit) - Method in interface ParameterValue
Returns an ordered sequence of numeric values in the specified unit of measure.
doubleValueList() - Method in interface ParameterValue
Returns an ordered sequence of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure.
DOWN - Static variable in class AxisDirection
Axis positive direction is down relative to gravity.
DOWNLOAD - Static variable in class OnLineFunction
Online instructions for transferring data from one storage device or system to another.
DVD - Static variable in class MediumName
Digital versatile disk.
DVD_ROM - Static variable in class MediumName
Digital versatile disk digital versatile disk, read only.
dwithin(String, Geometry, double, String) - Method in interface FilterFactory
Checks if any part of the first geometry lies within the given distance of the second geometry.
DWithin - Interface in org.opengis.filter.spatial
Concrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance of the second geometry.

E

EAST - Static variable in class AxisDirection
Axis positive direction is π/2 radians clockwise from north.
EAST_NORTH_EAST - Static variable in class AxisDirection
Axis positive direction is approximately east-north-east.
EAST_SOUTH_EAST - Static variable in class AxisDirection
Axis positive direction is approximately east-south-east.
ECONOMY - Static variable in class TopicCategory
Economic activities, conditions and employment.
EDITABLE_CHANGED - Static variable in interface GraphicChangeEvent
Flag for changes to a Graphic by a user via the GUI controls.
EDITABLE_END - Static variable in interface GraphicChangeEvent
Flag for exiting editable mode.
EDITABLE_START - Static variable in interface GraphicChangeEvent
Flag for entering editable mode.
Element - Interface in org.opengis.metadata.quality
Type of test applied to the data specified by a data quality scope.
ELEMENT_ADDED - Static variable in interface AggregationChangeEvent
Flag for one or more elements added to the aggregation.
ELEMENT_REMOVED - Static variable in interface AggregationChangeEvent
Flag for one or more elements removed from the aggregation.
ELEMENTS_REORDERED - Static variable in interface AggregationChangeEvent
Flag for the case of the element order changing within the aggregation.
ELEVATION - Static variable in class TopicCategory
Height above or below sea level.
Ellipsoid - Interface in org.opengis.referencing.datum
Geometric figure that can be used to describe the approximate shape of the earth.
ELLIPSOIDAL - Static variable in class VerticalDatumType
A vertical datum for ellipsoidal heights that are measured along the normal to the ellipsoid used in the definition of horizontal datum.
EllipsoidalCS - Interface in org.opengis.referencing.cs
A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
ELLIPTICAL - Static variable in class CurveInterpolation
For each set of four consecutive control points, the interpolation mechanism shall return direct positions on an elliptical arc passing from the first control point through the middle control points in order to the fourth control point.
ELLIPTICAL - Static variable in class SurfaceInterpolation
The surface is a section of a elliptical surface.
ELLIPTICAL_ARC - Static variable in class SplineCurveForm
An arc of an ellipse or a complete ellipse.
EMPTY - Static variable in class FillStyle
This constant indicates that an object should not be filled at all.
enableCanvasHandler(CanvasHandler) - Method in interface Canvas
Enables the given CanvasHandler, removing the current handler (if any).
enableKeyHandler(KeyHandler) - Method in interface KeyManager
Enables the given KeyHandler.
enableMouseHandler(MouseHandler) - Method in interface MouseManager
The window will pass mouse events to only this MouseHandler, until the MouseHandler is changed or removed.
EngineeringCRS - Interface in org.opengis.referencing.crs
A contextually local coordinate reference system.
EngineeringDatum - Interface in org.opengis.referencing.datum
Defines the origin of an engineering coordinate reference system.
ENUMERATION - Static variable in class Datatype
Data type whose instances form a list of named literal values, not extendable.
Envelope - Interface in org.opengis.spatialschema.geometry
A minimum bounding box or rectangle.
ENVIRONMENT - Static variable in class TopicCategory
Environmental resources, protection and conservation.
equals(Expression, Expression) - Method in interface FilterFactory
Compares that two sub-expressions are equal to each other.
equals(String, Geometry) - Method in interface FilterFactory
Checks if the geometry of the two operands are equal.
Equals - Interface in org.opengis.filter.spatial
Concrete binary spatial operator that evaluates to true if the geometry of the two operands are equal.
equals(Object) - Method in interface CanvasState
Determines if the given object is the same type of Canvas state object and has values equal to this one.
equals(TransfiniteSet) - Method in interface TransfiniteSet
Returns true if this TransfiniteSet is equal to another TransfiniteSet.
evaluate(DirectPosition) - Method in interface Coverage
Return the value vector for a given point in the coverage.
evaluate(DirectPosition, boolean[]) - Method in interface Coverage
Return a sequence of boolean values for a given point in the coverage.
evaluate(DirectPosition, byte[]) - Method in interface Coverage
Return a sequence of unsigned byte values for a given point in the coverage.
evaluate(DirectPosition, int[]) - Method in interface Coverage
Return a sequence of integer values for a given point in the coverage.
evaluate(DirectPosition, float[]) - Method in interface Coverage
Return a sequence of float values for a given point in the coverage.
evaluate(DirectPosition, double[]) - Method in interface Coverage
Return a sequence of double values for a given point in the coverage.
evaluate(Feature) - Method in interface Expression
Evaluates the given expression based on the content of the given feature.
evaluate(Feature) - Method in interface Filter
Given a feature, this method determines whether the feature passes the test(s) represented by this filter object.
EvaluationMethodType - Class in org.opengis.metadata.quality
Type of method for evaluating an identified data quality measure.
EvaluationMethodType(String) - Constructor for class EvaluationMethodType
Constructs an enum with the given name.
EventHandler - Interface in org.opengis.go.display.event
Common abstraction whose implementations can associate different key handlers with a Component to switch key handling states easily.
EventManager - Interface in org.opengis.go.display.event
Marker interface for classes that handle events from input devices.
Expression - Interface in org.opengis.filter.expression
Abstract super-interface for all the OGC Filter elements that compute values, potentially using feature attributes in the computation.
ExpressionVisitor - Interface in org.opengis.filter.expression
Visitor with visit methods to be called by Expression.accept(...).
ExtendedElementInformation - Interface in org.opengis.metadata
New metadata element, not found in ISO 19115, which is required to describe geographic data.
Extension - Annotation Type in org.opengis.annotation
An annotation for classes or method that are GeoAPI extension.
Extent - Interface in org.opengis.metadata.extent
Information about spatial, vertical, and temporal extent.
ExternalGraphic - Interface in org.opengis.sld
Points to an external file that contains an image of some kind, such as a CGM, JPG, or SVG.
ExternalGraphicOrMark - Interface in org.opengis.sld
Common subclass for the two types of markers that can appear as children of a Graphic object, namely Mark and ExternalGraphic.

F

Factory - Interface in org.opengis.referencing
Base interface for all factories.
FactoryException - Exception in org.opengis.referencing
Thrown when a factory can't create an instance of the requested object.
FactoryException() - Constructor for exception FactoryException
Construct an exception with no detail message.
FactoryException(String) - Constructor for exception FactoryException
Construct an exception with the specified detail message.
FactoryException(Exception) - Constructor for exception FactoryException
Construct an exception with the specified cause.
FactoryException(String, Throwable) - Constructor for exception FactoryException
Construct an exception with the specified detail message and cause.
family() - Method in class ColorInterpretation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class ByteInValuePacking
Returns the list of enumerations of the same kind than this enum.
family() - Method in class ValueInBytePacking
Returns the list of enumerations of the same kind than this enum.
family() - Method in class PaletteInterpretation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class SampleDimensionType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class DataType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class GraphicArc.ArcClosure
Returns the list of enumerations of the same kind than this enum.
family() - Method in class ArrowStyle
Returns the list of enumerations of the same kind than this enum.
family() - Method in class FillPattern
Returns the list of enumerations of the same kind than this enum.
family() - Method in class FillStyle
Returns the list of enumerations of the same kind than this enum.
family() - Method in class LineCap
Returns the list of enumerations of the same kind than this enum.
family() - Method in class LineJoin
Returns the list of enumerations of the same kind than this enum.
family() - Method in class LinePattern
Returns the list of enumerations of the same kind than this enum.
family() - Method in class LineStyle
Returns the list of enumerations of the same kind than this enum.
family() - Method in class Mark
Returns the list of enumerations of the same kind than this enum.
family() - Method in class XAnchor
Returns the list of enumerations of the same kind than this enum.
family() - Method in class YAnchor
Returns the list of enumerations of the same kind than this enum.
family() - Method in class PathType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class DateType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class OnLineFunction
Returns the list of enumerations of the same kind than this enum.
family() - Method in class PresentationForm
Returns the list of enumerations of the same kind than this enum.
family() - Method in class Role
Returns the list of enumerations of the same kind than this enum.
family() - Method in class Classification
Returns the list of enumerations of the same kind than this enum.
family() - Method in class Restriction
Returns the list of enumerations of the same kind than this enum.
family() - Method in class CoverageContentType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class ImagingCondition
Returns the list of enumerations of the same kind than this enum.
family() - Method in class Datatype
Returns the list of enumerations of the same kind than this enum.
family() - Method in class MediumFormat
Returns the list of enumerations of the same kind than this enum.
family() - Method in class MediumName
Returns the list of enumerations of the same kind than this enum.
family() - Method in class KeywordType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class Progress
Returns the list of enumerations of the same kind than this enum.
family() - Method in class TopicCategory
Returns the list of enumerations of the same kind than this enum.
family() - Method in class MaintenanceFrequency
Returns the list of enumerations of the same kind than this enum.
family() - Method in class ScopeCode
Returns the list of enumerations of the same kind than this enum.
family() - Method in class Obligation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class EvaluationMethodType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class CellGeometry
Returns the list of enumerations of the same kind than this enum.
family() - Method in class DimensionNameType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class GeometricObjectType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class PixelOrientation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class SpatialRepresentationType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class TopologyLevel
Returns the list of enumerations of the same kind than this enum.
family() - Method in class AxisDirection
Returns the list of enumerations of the same kind than this enum.
family() - Method in class PixelInCell
Returns the list of enumerations of the same kind than this enum.
family() - Method in class VerticalDatumType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class KnotType
Returns the list of enumerations of the same kind than this enum.
family() - Method in class SplineCurveForm
Returns the list of enumerations of the same kind than this enum.
family() - Method in class CurveInterpolation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class SurfaceInterpolation
Returns the list of enumerations of the same kind than this enum.
family() - Method in class CodeList
Returns the list of enumerations of the same kind than this enum.
FARMING - Static variable in class TopicCategory
Rearing of animals and/or cultivation of plants.
Feature - Interface in org.opengis.feature
Represents a feature of arbitrary complexity.
FEATURE - Static variable in class ScopeCode
Information applies to a feature.
FEATURE_TYPE - Static variable in class ScopeCode
Information applies to a feature type.
FeatureAttributeDescriptor - Interface in org.opengis.feature
Descriptor that gives the name, data type, and cardinality of an attribute from a FeatureType.
FeatureCanvas - Interface in org.opengis.feature.display.canvas
Represents a canvas that consumes features and automatically turns them into graphics.
FeatureCatalogueDescription - Interface in org.opengis.metadata.content
Information identifying the feature catalogue.
FeatureCollection - Interface in org.opengis.feature
Represents a collection of features.
FeatureDisplayCapabilities - Interface in org.opengis.feature.display
The FeatureDisplayCapabilities class/interface...
FeatureDisplayFactory - Interface in org.opengis.feature.display
The FeatureDisplayFactory class/interface...
FeatureEvent - Class in org.opengis.feature
Instances of this class are passed to the methods of FeatureListener when a new feature is added to, removed from, or changed within a given feature collection.
FeatureEvent(FeatureCollection, List<String>) - Constructor for class FeatureEvent
Constructs a new event.
FeatureId - Interface in org.opengis.filter
Instances of this interface represent a filter that passes only for features that have one of the IDs given to this object.
featureId(Set<String>) - Method in interface FilterFactory
Passes only for features that have one of the IDs given to this object.
FeatureIterator - Interface in org.opengis.feature
Extends the Iterator interface to include a close method for cleaning up connections to a persistent store.
FeatureLayer - Interface in org.opengis.feature.display.canvas
Abstract base class for a grouping of features drawn on a Canvas.
FeatureLayerEvent - Class in org.opengis.feature.display.canvas
Instance of this event are passed to FeatureLayerListeners when a property of the canvas has changed.
FeatureLayerEvent(FeatureLayer, Object) - Constructor for class FeatureLayerEvent
Constructs an event for a feature layer's property initialized to a value.
FeatureLayerEvent(FeatureLayer, Object, Object) - Constructor for class FeatureLayerEvent
Constructs an event for a feature layer's property set to a new value.
FeatureLayerListener - Interface in org.opengis.feature.display.canvas
Methods on this interface are invoked when a FeatureLayer has been modified.
FeatureListener - Interface in org.opengis.feature
The listener interface for receiving feature events.
FeatureListURL - Interface in org.opengis.layer
Points to a list of the features represented in a given Layer.
featuresAdded(FeatureEvent) - Method in interface FeatureListener
Invoked if features were added to or became members of a collection we are listening to.
featuresChanged(FeatureEvent) - Method in interface FeatureListener
Invoked if the values of the attributes of features changed.
featuresRemoved(FeatureEvent) - Method in interface FeatureListener
Invoked if features were removed from or no longer members of a collection we are listening to.
FeatureStore - Interface in org.opengis.feature
Gives a normalized interface to a data provider that can serve up collections of Feature objects.
FeatureStoreEvent - Class in org.opengis.feature
Instances of this class are passed to the methods of FeatureStoreListener when the user of the FeatureStore adds, deletes, or modifies a feature type.
FeatureStoreEvent(FeatureStore, GenericName, int) - Constructor for class FeatureStoreEvent
Constructs a new event.
FeatureStoreException - Exception in org.opengis.feature
Thrown to indicate that a FeatureStore operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
FeatureStoreException() - Constructor for exception FeatureStoreException
Constructs a new exception with no detail message.
FeatureStoreException(String) - Constructor for exception FeatureStoreException
Constructs a new exception with the specified detail message.
FeatureStoreException(Throwable) - Constructor for exception FeatureStoreException
Constructs a new exception with the specified cause.
FeatureStoreException(String, Throwable) - Constructor for exception FeatureStoreException
Constructs a new exception with the specified detail message and cause.
FeatureStoreFactory - Interface in org.opengis.feature
A provider of spatial information.
FeatureStoreListener - Interface in org.opengis.feature
Interface whose methods are invoked when types are modified in a FeatureStore.
FeatureStyle - Interface in org.opengis.sld
Represents a style that applies to the features of a given type.
FeatureStyleFactory - Interface in org.opengis.sld
Class that knows how to parse FeatureStyle elements from various places.
FeatureType - Interface in org.opengis.feature
Describes a feature in an application namespace.
FeatureTypeFactory - Interface in org.opengis.feature
Interface through which new FeatureTypes are made known to a FeatureCanvas.
FeatureTypeList - Interface in org.opengis.metadata
List of names of feature types with the same spatial representation (same as spatial attributes).
FIELD_SESSION - Static variable in class ScopeCode
Information applies to a field session.
FileFormatNotCompatibleWithGridCoverageException - Exception in org.opengis.coverage.grid
Thrown when a grid coverage can't be exported in the specified format.
FileFormatNotCompatibleWithGridCoverageException() - Constructor for exception FileFormatNotCompatibleWithGridCoverageException
Creates an exception with no message.
FileFormatNotCompatibleWithGridCoverageException(String) - Constructor for exception FileFormatNotCompatibleWithGridCoverageException
Creates an exception with the specified message.
Fill - Interface in org.opengis.sld
Indicates how the interior of polygons will be filled.
FILL_25_PERCENT - Static variable in class FillPattern
25% fill.
FILL_50_PERCENT - Static variable in class FillPattern
50% fill.
FILL_75_PERCENT - Static variable in class FillPattern
75% fill.
FillPattern - Class in org.opengis.go.display.style
Indicates the various fill patterns.
FillPattern(String, String) - Constructor for class FillPattern
Construct a new FillPattern with the give name and description.
FillStyle - Class in org.opengis.go.display.style
Indicates the various methods of filling the interior of objects.
FillStyle(String, String) - Constructor for class FillStyle
Construct a new FillStyle with the given name and description.
Filter - Interface in org.opengis.filter
The abstract base class for filters.
FilterFactory - Interface in org.opengis.filter
Interface whose methods allow the caller to create instances of the various Filter and Expression subclasses.
FilterVisitor - Interface in org.opengis.filter
Visitor with visit methods to be called by Filter.accept(...).
findEventManager(Class) - Method in interface Canvas
Returns the EventManager subinterface, based on the class type.
fireGraphicEvent(GraphicEvent) - Method in interface Graphic
Calls the graphic event method of all GraphicListeners in this Graphic's list of listeners.
FLOPPY_3_HALF_INCH - Static variable in class MediumName
3½ inch magnetic disk.
FLOPPY_5_QUARTER_INCH - Static variable in class MediumName
5¼ inch magnetic disk.
FOG - Static variable in class ImagingCondition
Portion of the image is partially obscured by fog.
Font - Interface in org.opengis.sld
Identifies a font of a certain family, style, and size.
forConstructiveParam(double) - Method in interface GenericCurve
Returns the direct position for a constructive parameter.
FormalConsistency - Interface in org.opengis.metadata.quality
Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.
Format - Interface in org.opengis.coverage.grid
A discovery mechanism to determine the formats supported by a GridCoverageExchange implementation.
Format - Interface in org.opengis.metadata.distribution
Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.
FORMULA_KEY - Static variable in interface OperationMethod
Key for the "formula" property.
forParam(double) - Method in interface GenericCurve
Returns the direct position for a parameter.
FORTNIGHTLY - Static variable in class MaintenanceFrequency
Data is updated every two weeks.
FULL_PLANAR_GRAPH - Static variable in class TopologyLevel
2-dimensional topological complex which is planar.
FULL_SURFACE_GRAPH - Static variable in class TopologyLevel
2-dimensional topological complex which is isomorphic to a subset of a surface.
FULL_TOPOLOGY_3D - Static variable in class TopologyLevel
Complete coverage of a 3D coordinate space.
Function - Interface in org.opengis.filter.expression
Instances of this class represent a function call into some implementation-specific function.
function(String, Expression[]) - Method in interface FilterFactory
Call into some implementation-specific function.
function(String, Expression) - Method in interface FilterFactory
Call into some implementation-specific function with one argument.
function(String, Expression, Expression) - Method in interface FilterFactory
Call into some implementation-specific function with two arguments.
function(String, Expression, Expression, Expression) - Method in interface FilterFactory
Call into some implementation-specific function with three arguments.
FUTURE - Static variable in class AxisDirection
Axis positive direction is towards the future.

G

GeneralDerivedCRS - Interface in org.opengis.referencing.crs
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
GeneralParameterDescriptor - Interface in org.opengis.parameter
Abstract definition of a parameter or group of parameters used by an operation method.
GeneralParameterValue - Interface in org.opengis.parameter
Abstract parameter value or group of parameter values.
GenericCurve - Interface in org.opengis.spatialschema.geometry.geometry
Common interface for curve and curve segment.
GenericName - Interface in org.opengis.util
Base interface for generic scoped and local name structure for type and attribute name in the context of name spaces.
GenericSurface - Interface in org.opengis.spatialschema.geometry.geometry
Common interface for surface and surface patch.
GEOCENTRIC_X - Static variable in class AxisDirection
Axis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator with the prime meridian.
GEOCENTRIC_Y - Static variable in class AxisDirection
Axis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator and the meridian π/2 radians eastwards from the prime meridian.
GEOCENTRIC_Z - Static variable in class AxisDirection
Axis positive direction is from the centre of the modelled earth parallel to its rotation axis and towards its north pole.
GeocentricCRS - Interface in org.opengis.referencing.crs
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
Geodesic - Interface in org.opengis.spatialschema.geometry.geometry
Two distinct positions joined by a geodesic curve.
GEODESIC - Static variable in class CurveInterpolation
The interpolation mechanism shall return direct positions on a geodesic curve between each consecutive pair of control points.
GeodesicString - Interface in org.opengis.spatialschema.geometry.geometry
Sequence of geodesic segments.
GeodeticDatum - Interface in org.opengis.referencing.datum
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.
GeographicBoundingBox - Interface in org.opengis.metadata.extent
Geographic position of the dataset.
GeographicCRS - Interface in org.opengis.referencing.crs
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
GeographicDescription - Interface in org.opengis.metadata.extent
Description of the geographic area using identifiers.
GeographicExtent - Interface in org.opengis.metadata.extent
Base interface for geographic area of the dataset.
GEOIDAL - Static variable in class VerticalDatumType
The zero value of the associated vertical coordinate system axis is defined to approximate a constant potential surface, usually the geoid.
GeometricObjects - Interface in org.opengis.metadata.spatial
Number of objects, listed by geometric object type, used in the dataset.
GeometricObjectType - Class in org.opengis.metadata.spatial
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.
GeometricObjectType(String) - Constructor for class GeometricObjectType
Constructs an enum with the given name.
GEOMETRY - Static variable in class DataType
Constant to be used when the value of an attribute is a geometry of some kind.
Geometry - Interface in org.opengis.spatialschema.geometry
Root class of the geometric object taxonomy.
GEOMETRY_ONLY - Static variable in class TopologyLevel
Geometry objects without any additional structure which describes topology.
GeometryFactory - Interface in org.opengis.spatialschema.geometry.geometry
A factory of geometries.
Georectified - Interface in org.opengis.metadata.spatial
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic.
Georeferenceable - Interface in org.opengis.metadata.spatial
Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.
GEOSCIENTIFIC_INFORMATION - Static variable in class TopicCategory
Information pertaining to earth sciences.
get(int) - Method in interface PointArray
Deprecated. This method may conflict with an implementation of List interface. It also raise a performance and behavior issue: should the direct position be backed by this PointArray, so changes to the position will be reflected in the PointArray and vice-versa? The proposed alternative, PointArray.get(int, DirectPosition), avoid those questions.
get(int, DirectPosition) - Method in interface PointArray
Gets a copy of the DirectPosition at the particular location in this PointArray.
get(int, int) - Method in interface PointGrid
Returns the point at the given row and column index.
get(int, int, DirectPosition) - Method in interface PointGrid
Gets a copy of the DirectPosition at the particular location in this PointGrid.
getAbbreviation() - Method in interface CoordinateSystemAxis
The abbreviation used for this coordinate system axes.
getAbstract() - Method in interface Layer
Provides the narrative description of this Layer.
getAbstract() - Method in interface Style
Provides the narrative description of this Style.
getAbstract() - Method in interface Identification
Brief narrative summary of the content of the resource(s).
getAbstract() - Method in interface FeatureStyle
Returns a human readable, prose description of this style.
getAbstract() - Method in interface Rule
Returns a human readable, prose description of this rule.
getAbstract() - Method in interface Symbol
Returns a human readable, prose description of this symbol.
getAccessConstraints() - Method in interface LegalConstraints
Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.
getActiveCanvasHandler() - Method in interface Canvas
Returns the currently active CanvasHandler or null if no handler is active.
getActiveSymbology() - Method in interface Symbology
Gets the active symbology name that is being used to render this graphic symbol.
getAddress() - Method in interface Contact
Physical and email address at which the organization or individual may be contacted.
getAdministrativeArea() - Method in interface Address
State, province of the location.
getAlias() - Method in interface IdentifiedObject
An alternative name by which this object is identified.
getAllFeatureTypes() - Method in interface FeatureTypeFactory
Retrieves all previously created FeatureTypes known to this factory.
getAlternateTitles() - Method in interface Citation
Short name or other language name by which the cited information is known.
getAmendmentNumber() - Method in interface Format
Amendment number of the format version.
getAnchorPoint() - Method in interface Datum
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.
getAnchorPoint() - Method in interface TemporalDatum
This attribute is defined in the Datum parent interface, but is not used by a temporal datum.
getAnchorX() - Method in interface PointPlacement
Returns an expression that indicates the position within the bounding box of the text that is anchored to the geometry point.
getAnchorY() - Method in interface PointPlacement
Returns an expression that indicates the position within the bounding box of the text that is anchored to the geometry point.
getAngles() - Method in interface Bearing
Returns the azimuth and (optionnaly) the altitude.
getAngularUnit() - Method in interface PrimeMeridian
Returns the angular unit of the Greenwich longitude.
getApplicationProfile() - Method in interface OnLineResource
Name of an application profile that can be used with the online resource.
getApplicationSchemaInfo() - Method in interface MetaData
Provides information about the conceptual schema of a dataset.
getArea() - Method in interface GenericSurface
Returns the area of this GenericSurface.
getArea() - Method in interface Solid
Returns the sum of the surface areas of all of the boundary components of a solid.
getArray() - Static method in class GraphicArc.ArcClosure
Deprecated. Use GraphicArc.ArcClosure.values() instead.
getAttribute(String) - Method in interface Feature
Returns the value of the named attribute of this Feature.
getAttribute(int) - Method in interface Feature
Returns the value of the indexed attribute of this Feature.
getAttributeDescription() - Method in interface CoverageDescription
Description of the attribute described by the measurement value.
getAttributeDescriptors() - Method in interface FeatureType
Returns a list of descriptors that lists all of the attributes that a Feature of this type will have.
getAttributes() - Method in interface ScopeDescription
Attributes to which the information applies.
getAttribution() - Method in interface Layer
Provides the attribution for this Layer, which identifies the source of the geographic information used in this layer.
getAuthority() - Method in interface Identifier
Organization or party responsible for definition and maintenance of the code.
getAuthority() - Method in interface AuthorityFactory
Returns the organization or party responsible for definition and maintenance of the database.
getAuthority() - Method in exception NoSuchAuthorityCodeException
Returns the authority.
getAuthorityCode() - Method in exception NoSuchAuthorityCodeException
Returns the invalid authority code.
getAuthorityCodes(Class) - Method in interface AuthorityFactory
Returns the set of authority codes of the given type.
getAuthorityURLs() - Method in interface Layer
Provides the authority URLs named in this Layer's identifiers.
getAuthorization(FeatureStore) - Method in interface LockResponse
Returns the authorization token for indicated feature store, or null if there is no locks known for the feature store.
getAuthorizations() - Method in interface Transaction
Returns the set of authorizations IDs held by this transaction.
getAutoEdit() - Method in interface Graphic
Returns the auto edit value.
getAvailableMethods(Class) - Method in interface MathTransformFactory
Returns a set of available methods for math transforms.
getAxis(int) - Method in interface CoordinateSystem
Returns the axis for this coordinate system at the specified dimension.
getAxisDimensionsProperties() - Method in interface GridSpatialRepresentation
Information about spatial-temporal axis properties.
getAxisUnit() - Method in interface Ellipsoid
Returns the linear unit of the semi-major and semi-minor axis values.
getBackgroundColor() - Method in interface TextSymbolizer
Returns the color that is used to fill in a bounding box behind the text, or null if no background is to be drawn using this symbolizer.
getBandPacking() - Method in interface GridPacking
Gives the ordinate index for the band.
getBaseCRS() - Method in interface GeneralDerivedCRS
Returns the base coordinate reference system.
getBaseCRS() - Method in interface ProjectedCRS
Returns the base coordinate reference system, which must be geographic.
getBaseCurves() - Method in interface OffsetCurve
Returns the base curves.
getBearing(Position) - Method in interface Point
Returns the bearing, as a unit vector, of the tangent (at this Point) to the curve between this Point and a passed position.
getBitsPerValue() - Method in interface Band
Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.
getBlinking() - Method in interface Graphic
Returns the blinking value.
getBlinkPattern() - Method in interface Graphic
Returns the blink pattern value.
getBoundary() - Method in interface Geometry
Returns a finite set of Geometrys containing all of the direct positions on the boundary of this Geometry.
getBoundary() - Method in interface Polygon
The surface boundary that is the boundary of this polygon.
getBoundary() - Method in interface CurveSegment
Returns an ordered pair of points, which are the start point and end point of the curve.
getBoundary() - Method in interface OrientableCurve
Returns an ordered pair of points, which are the start point and end point of the curve.
getBoundary() - Method in interface OrientableSurface
Returns the set of circular sequences of orientable curve that limit the extent of this OrientableSurface.
getBoundary() - Method in interface Point
Returns always null, since point has no boundary.
getBoundary() - Method in interface Primitive
Returns the boundary of a Primitive as a set of Primitives.
getBoundary() - Method in interface Solid
Returns a sequence of sets of surfaces that limit the extent of this Solid.
getBoundary() - Method in interface SurfacePatch
Returns the boundary of this SurfacePatch represented as a collection of orientable curves organized into rings by a surface boundary.
getBoundingBoxes() - Method in interface Layer
Provides the bounding boxes that specify the coordinate ranges for this Layer, as Envelopes, including bounding boxes inherited from parent Layers.
getBounds() - Method in interface Feature
Returns the extent of the geometries of this feature.
getBreakLines() - Method in interface Tin
Breaklines are lines of a critical nature to the shape of the surface, representing local ridges, or depressions (such as drainage lines) in the surface.
getBuffer(double) - Method in interface Geometry
Returns a Geometry containing all points whose distance from this Geometry is less than or equal to the distance passed as a parameter.
getBulges() - Method in interface ArcStringByBulge
Returns the offset of each arc's midpoint.
getByteInValuePacking() - Method in interface GridPacking
Order of bytes packed in values for sample dimensions with greater than 8 bits.
getCanvas() - Method in interface FeatureCanvas
Returns the Canvas onto which the Graphics will be rendered.
getCanvas(String) - Method in interface DisplayFactory
Gets an existing Canvas object by UID, or null if no Canvas exists for the given UID.
getCapabilities() - Method in interface FeatureDisplayFactory
 
getCapabilities() - Method in interface CommonFactory
Returns an object that represents the capabilities of this common factory and its associated canvas.
getCapabilities() - Method in interface DisplayFactory
Returns an object that represents the capabilities of this Display factory and its associated canvas.
getCascaded() - Method in interface Layer
Indicates how many times this Layer has been cascaded.
getCategoryNames() - Method in interface SampleDimension
Sequence of category names for the values contained in a sample dimension.
getCategoryNames(Locale) - Method in interface SampleDimension
Deprecated. Replaced by SampleDimension.getCategoryNames().
getCellGeometry() - Method in interface GridSpatialRepresentation
Identification of grid data as point or cell.
getCenter() - Method in interface CanvasState
Returns the position of the center pixel of this Canvas.
getCenter() - Method in interface GraphicArc
Returns the center of the ellipse defining this GraphicArc.
getCenter(int) - Method in interface Envelope
Returns the center ordinate along the specified dimension.
getCenter() - Method in interface Arc
Calculates the center of the circle of which this arc is a portion as a direct position.
getCenterPoint() - Method in interface Georectified
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.
getCentroid() - Method in interface Geometry
Returns the mathematical centroid for this Geometry.
getCharacterSet() - Method in interface DataIdentification
Full name of the character coding standard used for the dataset.
getCharacterSet() - Method in interface MetaData
Full name of the character coding standard used for the metadata set.
getCheckPointDescription() - Method in interface Georectified
Description of geographic position points used to test the accuracy of the georeferenced grid data.
getChildCount() - Method in interface AggregateGraphic
Returns the number of children currently assigned to this AggregateGraphic.
getChildren() - Method in interface BinaryLogicOperator
Returns a list containing all of the child filters of this object.
getChildren() - Method in interface AggregateGraphic
Returns the children of this AggregateGraphic.
getChildTypes() - Method in interface FeatureType
Returns the FeatureTypes that could potentially be child Features of this feature type.
getCitation() - Method in interface Identification
Citation data for the resource(s).
getCitationFactory() - Method in interface CommonFactory
Returns the CitationFactory singleton.
getCitedResponsibleParties() - Method in interface Citation
Name and position information for an individual or organization that is responsible for the resource.
getCity() - Method in interface Address
The city of the location.
getClassification() - Method in interface SecurityConstraints
Name of the handling restrictions on the resource.
getClassificationSystem() - Method in interface SecurityConstraints
Name of the classification system.
getClientProperty(Object) - Method in interface Graphic
Returns the value of the property with the specified key.
getClosure() - Method in interface Geometry
Returns a finite set of Geometrys containing all of the points on the boundary of this Geometry and this object (the union of the object and its boundary).
getClosurePathType() - Method in interface GraphicArc
Retrieves the algorithm that is used in computing the "in-between" pixels of the ArcClosure verteces when the arc is rendered.
getClosureType() - Method in interface GraphicArc
Returns the closureType.
getCloudCoverPercentage() - Method in interface ImageDescription
Area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.
getCode() - Method in interface Identifier
Alphanumeric value identifying an instance in the namespace.
getCollectiveTitle() - Method in interface Citation
Common title with holdings note.
getColor() - Method in interface Fill
Indicates the color to be used for solid-filling the interior of polygons.
getColor() - Method in interface Stroke
Indicates the color of the line if it is to be solid-color filled.
getColorInterpretation() - Method in interface SampleDimension
Color interpretation of the sample dimension.
getColumns() - Method in interface GriddedSurface
Returns the number of columns in the parameter grid.
getComplexes() - Method in interface Primitive
Returns the set of complexes which contains this primitive.
getComposite() - Method in interface OrientableCurve
Returns the owner of this orientable curve, or null if none.
getComposite() - Method in interface OrientableSurface
Returns the owner of this orientable surface, or null if none.
getCompressionGenerationQuantity() - Method in interface ImageDescription
Count of the number the number of lossy compression cycles performed on the image.
getCondition() - Method in interface ExtendedElementInformation
Condition under which the extended element is mandatory.
getConstraintLanguage() - Method in interface ApplicationSchemaInformation
Formal language used in Application Schema.
getContact() - Method in interface MetaData
Party responsible for the metadata information.
getContactInfo() - Method in interface ResponsibleParty
Address of the responsible party.
getContactInstructions() - Method in interface Contact
Supplemental instructions on how or when to contact the individual or organization.
getContainedPrimitives() - Method in interface Primitive
Returns the Primitives which are by definition coincident with this one.
getContainingPrimitives() - Method in interface Primitive
Returns the Primitives which are by definition coincident with this one.
getContentInfo() - Method in interface MetaData
Provides information about the feature catalogue and describes the coverage and image data characteristics.
getContentType() - Method in interface CoverageDescription
Type of information represented by the cell value.
getControlPoints() - Method in interface ArcString
Returns the sequence of points used to control the arcs in this string.
getControlPoints() - Method in interface GeodesicString
Returns a sequence of positions between which this GeodesicString is interpolated using geodesics from the geoid or ellipsoid of the coordinate reference system being used.
getControlPoints() - Method in interface GriddedSurface
Returns the doubly indexed sequence of control points, given in row major form.
getControlPoints() - Method in interface LineString
Returns a sequence of positions between which the curve is linearly interpolated.
getControlPoints() - Method in interface SplineCurve
An array of points that are used in the interpolation in this spline curve.
getControlPoints() - Method in interface Tin
The corners of the triangles in the TIN are often referred to as posts.
getConversionFromBase() - Method in interface GeneralDerivedCRS
Returns the conversion from the base CRS to this CRS.
getConversionFromBase() - Method in interface ProjectedCRS
Returns the map projection from the base CRS to this CRS.
getConvexHull() - Method in interface Geometry
Returns a Geometry that represents the convex hull of this Geometry.
getCoordinateDimension() - Method in interface Geometry
Returns the dimension of the coordinates that define this Geometry, which must be the same as the coordinate dimension of the coordinate reference system for this Geometry.
getCoordinateOperationAuthorityFactory() - Method in interface CommonFactory
Returns the CoordinateOperationFactory singleton.
getCoordinateOperationFactory() - Method in interface CommonFactory
Returns the CoordinateOperationFactory singleton.
getCoordinateReferenceSystem() - Method in interface Coverage
Specifies the coordinate reference system used when accessing a coverage or grid coverage with the evaluate(...) methods.
getCoordinateReferenceSystem() - Method in interface DirectPosition
The coordinate reference system in which the coordinate is given.
getCoordinateReferenceSystem() - Method in interface GeometryFactory
Returns the coordinate reference system in use for all geometries to be created through this interface.
getCoordinateReferenceSystem() - Method in interface Geometry
Returns the coordinate reference system used in direct position coordinates.
getCoordinateReferenceSystem() - Method in interface PointArray
Returns the Coordinate Reference System of this array.
getCoordinateReferenceSystem() - Method in interface PrimitiveFactory
Returns the coordinate reference system in use for all primitive geometric objects to be created through this interface.
getCoordinateReferenceSystems() - Method in interface CompoundCRS
The ordered list of coordinate reference systems.
getCoordinates() - Method in interface DirectPosition
Returns the sequence of numbers that hold the coordinate of this position in its reference system.
getCoordinateSystem() - Method in interface Query
Temporarily override the coordinate reference system.
getCoordinateSystem() - Method in interface CoordinateReferenceSystem
Returns the coordinate system.
getCoordinateSystem() - Method in interface GeocentricCRS
Returns the coordinate system, which must be cartesian or spherical.
getCoordinateSystem() - Method in interface GeographicCRS
Returns the coordinate system, which must be ellipsoidal.
getCoordinateSystem() - Method in interface ImageCRS
Returns the cartesian coordinate system.
getCoordinateSystem() - Method in interface ProjectedCRS
Returns the coordinate system, which must be cartesian.
getCoordinateSystem() - Method in interface SingleCRS
Returns the coordinate system.
getCoordinateSystem() - Method in interface TemporalCRS
Returns the coordinate system, which must be temporal.
getCoordinateSystem() - Method in interface VerticalCRS
Returns the coordinate system, which must be vertical.
getCoordinateSystemReproject() - Method in interface Query
Request data reprojection.
getCornerPoints() - Method in interface Georectified
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions.
getCorners() - Method in interface Triangle
Returns the triangle corner.
getCorrelation() - Method in interface GridAnalysis
Determine the correlation between sample dimensions in the grid.
getCountry() - Method in interface Address
Country of the physical address.
getCredits() - Method in interface Identification
Recognition of those who contributed to the resource(s).
getCRS() - Method in interface GraphicScaledImage
Returns the coordinate reference system that was used to create the image this object represents.
getCRSAuthorityFactory() - Method in interface CommonFactory
Returns the CRSAuthorityFactory singleton.
getCRSFactory() - Method in interface CommonFactory
Returns the CRSFactory singleton.
getCRSs() - Method in interface Layer
Provides the coordinate reference systems available to this Layer, which includes CRSs inherited from parent Layers.
getCSAuthorityFactory() - Method in interface CommonFactory
Returns the CSAuthorityFactory singleton.
getCSFactory() - Method in interface CommonFactory
Returns the CSFactory singleton.
getCurrentKeyHandler() - Method in interface KeyManager
Returns the current KeyHandler or null if no handler is set.
getCurrentMouseHandler() - Method in interface MouseManager
Returns the current MouseHandler or null if none.
getCurrentSubname() - Method in interface GridCoverageReader
Returns the name for the next grid coverage to be read from the input source.
getCurve() - Method in interface CurveSegment
Returns the curve which own this curve segment.
getCurveForm() - Method in interface BSplineCurve
Identifies particular types of curve which this spline is being used to approximate.
getDashArray() - Method in interface Stroke
If present, indicates the dash pattern as a space-separated sequence of floating point numbers.
getDashOffset() - Method in interface Stroke
Indicates the distance offset into the dash array to begin drawing.
getDashPattern() - Method in class DashArray
Returns the dash pattern.
getDataBlock(GridRange, boolean[]) - Method in interface GridCoverage
Return a sequence of boolean values for a block.
getDataBlock(GridRange, byte[]) - Method in interface GridCoverage
Return a sequence of 8 bits values for a block.
getDataBlock(GridRange, short[]) - Method in interface GridCoverage
Return a sequence of 16 bits values for a block.
getDataBlock(GridRange, int[]) - Method in interface GridCoverage
Return a sequence of 32 bits values for a block.
getDataBlock(GridRange, float[]) - Method in interface GridCoverage
Return a sequence of float values for a block.
getDataBlock(GridRange, double[]) - Method in interface GridCoverage
Return a sequence of double values for a block.
getDataQualityInfo() - Method in interface MetaData
Provides overall assessment of quality of a resource(s).
getDataType() - Method in interface FeatureAttributeDescriptor
Returns a constant from DataType.
getDataType() - Method in interface ExtendedElementInformation
Code which identifies the kind of value provided in the extended element.
getDataURLs() - Method in interface Layer
Provides the data URLs that offer links to the underlying data represented by this Layer.
getDate() - Method in interface CitationDate
Reference date for the cited resource.
getDate() - Method in interface ProcessStep
Date and time or range of date and time on or over which the process step occurred.
getDate() - Method in interface Element
Date or range of dates on which a data quality measure was applied.
getDateOfNextUpdate() - Method in interface MaintenanceInformation
Scheduled revision date for resource.
getDates() - Method in interface Citation
Reference date for the cited resource.
getDateStamp() - Method in interface MetaData
Date that the metadata was created.
getDateType() - Method in interface CitationDate
Event used for reference date.
getDatum() - Method in interface EngineeringCRS
Returns the datum, which must be an engineering one.
getDatum() - Method in interface GeocentricCRS
Returns the datum, which must be geodetic.
getDatum() - Method in interface GeographicCRS
Returns the datum, which must be geodetic.
getDatum() - Method in interface ImageCRS
Returns the datum, which must be an image one.
getDatum() - Method in interface SingleCRS
Returns the datum.
getDatum() - Method in interface TemporalCRS
Returns the datum, which must be temporal.
getDatum() - Method in interface VerticalCRS
Returns the datum, which must be vertical.
getDatumAuthorityFactory() - Method in interface CommonFactory
Returns the DatumAuthorityFactory singleton.
getDatumFactory() - Method in interface CommonFactory
Returns the DatumFactory singleton.
getDefaultGraphicStyle() - Method in interface DisplayCapabilities
Returns an GraphicStyle object, configured to the defaults for the DisplayFactory for this Capabilities instance.
getDefaultParameters(String) - Method in interface MathTransformFactory
Returns the default parameter values for a math transform using the given method.
getDefaultShapeAttribute() - Method in interface FeatureType
Returns the descriptor of the shape that should be used for "default" drawing of features of this type.
getDefaultStyle(GenericName) - Method in interface FeatureStore
If the feature store wants to provide a default style for the given type, it may return something here.
getDefaultValue() - Method in interface ParameterDescriptor
Returns the default value for the parameter.
getDefinition() - Method in interface ExtendedElementInformation
Definition of the extended element.
getDegree() - Method in interface BSplineCurve
The algebraic degree of the basis functions.
getDegree() - Method in interface SplineCurve
The degree of the polynomial used for interpolation in a polynomial spline.
getDeliveryPoints() - Method in interface Address
Address line for the location (as described in ISO 11180, Annex A).
getDensities() - Method in interface Medium
Density at which the data is recorded.
getDensityUnits() - Method in interface Medium
Units of measure for the recording density.
getDescription() - Method in interface Format
Description of the file format.
getDescription() - Method in interface Operation
Description of the processing operation.
getDescription() - Method in interface SampleDimension
Sample dimension title or description.
getDescription(Locale) - Method in interface SampleDimension
Deprecated. Replaced by SampleDimension.getDescription().
getDescription() - Method in interface FeatureStore
Description of this feature store.
getDescription() - Method in interface FeatureStoreFactory
Description of this type of factory.
getDescription() - Method in interface GraphicStore
Description of this GraphicStore.
getDescription() - Method in interface GraphicStoreFactory
Description of this type of GraphicStore.
getDescription() - Method in interface LayerSource
Description of this type of LayerSource.
getDescription() - Method in interface LayerSourceFactory
Description of this type of FeatureStore.
getDescription() - Method in interface OnLineResource
Detailed text description of what the online resource is/does.
getDescription() - Method in interface Extent
Returns the spatial and temporal extent for the referring object.
getDescription() - Method in interface ProcessStep
Description of the event, including related parameters or tolerances.
getDescription() - Method in interface Source
Detailed description of the level of the source data.
getDescription() - Method in class SimpleEnumerationType
Gets the description for this enumeration value.
getDescriptionText(String) - Method in interface AuthorityFactory
Gets a description of the object corresponding to a code.
getDescriptiveKeywords() - Method in interface Identification
Provides category keywords, their type, and reference source.
getDescriptor() - Method in interface RangeDimension
Description of the range of a cell measurement value.
getDescriptor() - Method in interface GeneralParameterValue
Returns the abstract definition of this parameter or group of parameters.
getDescriptor() - Method in interface ParameterValue
Returns the abstract definition of this parameter value.
getDescriptor() - Method in interface ParameterValueGroup
The abstract definition of this group of parameters.
getDestination() - Method in interface GridCoverageWriter
Returns the output destination.
getDimension() - Method in interface GridRange
Returns the number of dimensions.
getDimension() - Method in interface CoverageDescription
Information on the dimensions of the cell measurement value.
getDimension() - Method in interface CoordinateSystem
Returns the dimension of the coordinate system.
getDimension() - Method in interface DirectPosition
The length of coordinate sequence (the number of entries).
getDimension() - Method in interface Envelope
The length of coordinate sequence (the number of entries) in this envelope.
getDimension(DirectPosition) - Method in interface Geometry
Returns the inherent dimension of this Geometry, which shall be less than or equal to the coordinate dimension.
getDimension() - Method in interface PointArray
Deprecated. This method definition conflict with section 6.2.2.10 in ISO 19107: "The operation coordinateDimension shall return the dimension of the coordinates that define this GM_Object, which must be the same as the coordinate dimension of the coordinate reference system for this GM_Object.".
getDimensionName() - Method in interface Dimension
Name of the axis.
getDimensionNames() - Method in interface Coverage
The names of each dimension in the coverage.
getDimensionNames(Locale) - Method in interface Coverage
Deprecated. Replaced by Coverage.getDimensionNames().
getDimensionSize() - Method in interface Dimension
Number of elements along the axis.
getDimSource() - Method in interface MathTransform
Deprecated. Renamed MathTransform.getSourceDimensions() for consistency with OperationMethod.
getDimTarget() - Method in interface MathTransform
Deprecated. Renamed MathTransform.getTargetDimensions() for consistency with OperationMethod.
getDirection() - Method in interface CoordinateSystemAxis
Direction of this coordinate system axis.
getDirection() - Method in interface Bearing
Returns the direction as a vector.
getDisplacementX() - Method in interface PointPlacement
Returns an expression that computes a pixel offset from the geometry point.
getDisplacementY() - Method in interface PointPlacement
Returns an expression that computes a pixel offset from the geometry point.
getDisplayCoordinateReferenceSystem() - Method in interface Canvas
Returns the Coordinate Reference System associated with the display of this Canvas.
getDisplayFactory() - Method in interface CommonFactory
Returns the DisplayFactory singleton.
getDisplayName() - Method in interface FeatureStore
Display name for this feature store.
getDisplayName() - Method in interface FeatureStoreFactory
Display name used to communicate this type of factory to end users.
getDisplayName() - Method in interface GraphicStore
Display name for this GraphicStore.
getDisplayName() - Method in interface GraphicStoreFactory
Display name used to communicate this type of GraphicStore to end users.
getDisplayName() - Method in interface LayerSource
Display name used to communicate this LayerSource to end users.
getDisplayName() - Method in interface LayerSourceFactory
Display name used to communicate this type of FeatureStore to end users.
getDisplayToObjectiveTransform() - Method in interface Canvas
Returns the coordinate transformation object for this Canvas.
getDistance() - Method in interface DistanceBufferOperator
Returns the buffer distance around the geometry that will be used when comparing features' geometries.
getDistance() - Method in interface Resolution
Ground sample distance.
getDistance(Geometry) - Method in interface Geometry
Returns the distance between this Geometry and another Geometry.
getDistance() - Method in interface OffsetCurve
Returns the distance at which the offset curve is generated from the basis curve.
getDistance() - Method in interface ParamForPoint
Returns the parameter distance computed by getParamForPoint(p).
getDistanceUnits() - Method in interface DistanceBufferOperator
Gets the units of measure that can be used to interpret the distance value held by this object.
getDistributionFormats() - Method in interface Distribution
Provides a description of the format of the data to be distributed.
getDistributionInfo() - Method in interface MetaData
Provides information about the distributor of and options for obtaining the resource(s).
getDistributionOrderProcesses() - Method in interface Distributor
Provides information about how the resource may be obtained, and related instructions and fee information.
getDistributorContact() - Method in interface Distributor
Party from whom the resource may be obtained.
getDistributorFormats() - Method in interface Distributor
Provides information about the format used by the distributor.
getDistributors() - Method in interface Distribution
Provides information about the distributor.
getDistributorTransferOptions() - Method in interface Distributor
Provides information about the technical means and media used by the distributor.
getDocURL() - Method in interface Format
Documentation URL for the format.
getDocURL() - Method in interface Operation
URL for documentation on the processing operation.
getDomainCode() - Method in interface ExtendedElementInformation
Three digit code assigned to the extended element.
getDomainValue() - Method in interface ExtendedElementInformation
Valid values that can be assigned to the extended element.
getDragSelectable() - Method in interface Graphic
Returns the drag selectable value.
getDuration() - Method in interface LockRequest
Returns a duration for which the request is valid.
getEastBoundLongitude() - Method in interface GeographicBoundingBox
Returns the eastern-most coordinate of the limit of the dataset extent.
getEccentricity() - Method in interface Conic
Returns the value of the eccentricity parameter "e" used in the defining equation above.
getEdition() - Method in interface Citation
Version of the cited resource.
getEditionDate() - Method in interface Citation
Date of the edition, or null if none.
getElectronicMailAddresses() - Method in interface Address
Address of the electronic mailbox of the responsible organization or individual.
getElement(int, int) - Method in interface Matrix
Retrieves the value at the specified row and column of this matrix.
getElements() - Method in interface AggregationChangeEvent
Gets the Graphic elements pertinent to the event.
getElements() - Method in interface Aggregate
Returns the Set containing the elements that compose this aggregate.
getElements() - Method in interface Complex
Returns the set of primitives contained in this complex.
getEllipsoid() - Method in interface GeodeticDatum
Returns the ellipsoid.
getEnd(Unit) - Method in interface GraphicArc
Returns this GraphicArc's ending bearing.
getEndAngle() - Method in interface Arc
Calculates the bearing of the line from the center of the circle of which this arc is a portion to the end point of the arc.
getEndConstructiveParam() - Method in interface Clothoid
Returns the arc length distance from the inflection point that will be the end point for this curve segment.
getEndConstructiveParam() - Method in interface Conic
Return the end point parameter used in the constructive paramerization.
getEndConstructiveParam() - Method in interface GenericCurve
Indicates the parameter used in the constructive paramerization for the end point.
getEndParam() - Method in interface GenericCurve
Indicates the parameter for the end point.
getEndPoint() - Method in interface GenericCurve
Returns the direct position of the last point on the GenericCurve.
getEndPoint() - Method in interface CurveBoundary
Returns the end point.
getEnvelope() - Method in interface Coverage
The bounding box for the coverage domain in coordinate reference system coordinates.
getEnvelope() - Method in interface Map2DState
Gets the Envelope of the Canvas represented by this Map2DState.
getEnvelope() - Method in interface Geometry
Returns the minimum bounding box for this Geometry.
getEnvironmentDescription() - Method in interface DataIdentification
Description of the dataset in the producer’s processing environment, including items such as the software, the computer operating system, file name, and the dataset size.
getEquivalentScale() - Method in interface Resolution
Level of detail expressed as the scale of a comparable hardcopy map or chart.
getErrorStatistic() - Method in interface QuantitativeResult
Statistical method used to determine the value, or null if none.
getEscape() - Method in interface PropertyIsLike
Returns the string that can be used in the "literal" property of this object to prefix one of the wild card characters to indicate that it should be matched literally in the content of the feature's property.
getEvaluationMethodDescription() - Method in interface Element
Description of the evaluation method.
getEvaluationMethodType() - Method in interface Element
Type of method used to evaluate quality of the dataset, or null if unspecified.
getEvaluationProcedure() - Method in interface Element
Reference to the procedure information, or null if none.
getEventType() - Method in class FeatureStoreEvent
Returns the type of this event.
getExplanation() - Method in interface ConformanceResult
Explanation of the meaning of conformance for this result.
getExpression() - Method in interface PropertyIsBetween
Returns the expression to be compared by this operator.
getExpression() - Method in interface PropertyIsLike
Returns the expression whose value will be compared against the wildcard- containing string provided by the getLiteral() method.
getExpression() - Method in interface PropertyIsNull
Returns the expression whose value will be checked for null.
getExpression1() - Method in interface BinaryComparisonOperator
Returns the first of the two expressions to be compared by this operator.
getExpression1() - Method in interface BinaryExpression
Returns the expression that represents the first (left) value that will be used in the computation of another value.
getExpression1() - Method in interface BinarySpatialOperator
Returns an expression that will be evaluated to determine the first operand to the spatial predicate represented by this operator.
getExpression2() - Method in interface BinaryComparisonOperator
Returns the second of the two expressions to be compared by this operator.
getExpression2() - Method in interface BinaryExpression
Returns the expression that represents the second (right) value that will be used in the computation of another value.
getExpression2() - Method in interface BinarySpatialOperator
Returns an expression that will be evaluated to determine the second operand to the spatial predicate represented by this operator.
getExtendedElementInformation() - Method in interface MetadataExtensionInformation
Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data.
getExtensionOnLineResource() - Method in interface MetadataExtensionInformation
Information about on-line sources containing the community profile name and the extended metadata elements.
getExtent() - Method in interface DataIdentification
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.
getExtent() - Method in interface Scope
Information about the spatial, vertical and temporal extent of the data specified by the scope.
getExterior() - Method in interface SolidBoundary
Returns the exterior shell, or null if none.
getExterior() - Method in interface SurfaceBoundary
Returns the exterior ring, or null if none.
getExteriorPoint(int) - Method in interface GraphicPolygon
Returns a live reference to the vertex at the given index.
getExteriorRing() - Method in interface GraphicPolygon
Returns a new array containing references to all of the vertices in the exterior ring.
getExternalGraphicOrMark() - Method in interface Graphic
Returns the list of external image files or marks that comprise this graphic.
getFacsimile() - Method in interface Telephone
Telephone number of a facsimile machine for the responsible organization or individual.
getFactory() - Method in interface Canvas
Returns the DisplayFactory associated with this Canvas.
getFallbackKeyHandlers() - Method in interface KeyManager
Returns an array of additional KeyHandlers to call for a given KeyEvent, if the current event handler doesn't handle it.
getFallbackMouseHandlers() - Method in interface MouseManager
Returns an array of additional MouseHandlers to call for a given MouseEvent, if the current mouse handler doesn't handle it.
getFamily() - Method in interface Font
Indicates the name of the font or font family to use.
getFeatureAtPoint(int, int) - Method in interface FeatureCanvas
Returns the feature whose graphic is located at the given location in the Canvas window.
getFeatureCatalogueCitations() - Method in interface FeatureCatalogueDescription
Complete bibliographic reference to one or more external feature catalogues.
getFeatureCatalogueSupplement() - Method in interface ApplicationSchemaInformation
Information about the spatial attributes in the application schema for the feature types.
getFeatureCollection() - Method in interface FeatureLayer
Returns the collection of features that will be portrayed in this layer.
getFeatureCollection() - Method in class FeatureEvent
Synonym for FeatureEvent.getSource(), but does the cast for you.
getFeatureDisplayFactory() - Method in interface CommonFactory
Returns the FeatureDisplayFactory singleton.
getFeatureFromGraphic(Graphic) - Method in interface FeatureCanvas
Given a Graphic that is on this canvas, returns the Feature from which it was built, or null if the graphic is not on this canvas or was not created as a result of an addFeatureLayer(...)
getFeatureIDs() - Method in class FeatureEvent
Returns the IDs of the features that were affected.
getFeatureInstances() - Method in interface ScopeDescription
Reature instances to which the information applies.
getFeatureLayers() - Method in interface Layer
Gets the feature layers from this Layer that are suitable for adding to a FeatureCanvas in order to visually represent this Layer.
getFeatureListURLs() - Method in interface Layer
Provides the feature URLs that point to a list of features represented in this Layer.
getFeatures(GenericName) - Method in interface FeatureStore
Gets all features of the given type.
getFeatures(GenericName, Filter) - Method in interface FeatureStore
Gets all features of the given type that pass some filter.
getFeatures(Query) - Method in interface FeatureStore
Gets features of the given type that pass some query.
getFeatures(Query, Transaction) - Method in interface FeatureStore
Shortcut for calling getFeatures(q) then calling setTransaction(t) on the result.
getFeatures() - Method in interface ScopeDescription
Features to which the information applies.
getFeaturesAtPoint(int, int) - Method in interface FeatureCanvas
Returns the features whose graphics are located at the given location in the Canvas window.
getFeatureStore() - Method in class FeatureStoreEvent
Synonym for FeatureStoreEvent.getSource(), but does the cast for you.
getFeatureStores() - Method in interface LockResponse
Returns the set of locked feature stores.
getFeatureStyleFactory() - Method in interface CommonFactory
Returns the FeatureStyleFactory singleton.
getFeatureStyles() - Method in interface Style
Gets the FeatureStyles used to style the FeatureLayers used by a Layer using this Style.
getFeatureType() - Method in interface Feature
Returns the description of this feature's type.
getFeatureType(GenericName) - Method in interface FeatureStore
Returns the schema of the named feature type.
getFeatureTypeByName(GenericName) - Method in interface FeatureTypeFactory
Retrieves a previously created FeatureType given its name.
getFeatureTypeFactory() - Method in interface CommonFactory
Returns the FeatureTypeFactory singleton.
getFeatureTypeList() - Method in interface SpatialAttributeSupplement
Provides information about the list of feature types with the same spatial representation.
getFeatureTypeName() - Method in interface FeatureStyle
Returns the name of the feature type that this style is meant to act upon.
getFeatureTypes() - Method in interface FeatureCatalogueDescription
Subset of feature types from cited feature catalogue occurring in dataset.
getFees() - Method in interface StandardOrderProcess
Fees and terms for retrieving the resource.
getFileDecompressionTechnique() - Method in interface Format
Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.
getFileDescription() - Method in interface BrowseGraphic
Text description of the illustration.
getFileIdentifier() - Method in interface MetaData
Unique identifier for this metadata file, or null if none.
getFileName() - Method in interface BrowseGraphic
Name of the file that contains a graphic that provides an illustration of the dataset.
getFileType() - Method in interface BrowseGraphic
Format in which the illustration is encoded.
getFill() - Method in interface Halo
Returns the object that indicates how the halo area around the text should be filled.
getFill() - Method in interface Mark
Returns the object that indicates how the mark should be filled.
getFill() - Method in interface PolygonSymbol
Returns the object that holds the information about how the interior of polygons should be filled.
getFill() - Method in interface TextSymbol
Returns the object that indicates how the text will be filled.
getFillBackgroundColor() - Method in interface PointSymbolizer
Returns the fill background color value.
getFillBackgroundColor() - Method in interface PolygonSymbolizer
Returns the fill background color value.
getFillBackgroundColor() - Method in interface TextSymbolizer
Returns the color that is used as the pattern background color when a stipple pattern is used for the fill color.
getFillColor() - Method in interface PointSymbolizer
Returns the fill color value.
getFillColor() - Method in interface PolygonSymbolizer
Returns the fill color rgb value.
getFillColor() - Method in interface TextSymbolizer
Returns the color used to draw the text.
getFillGradientPoints() - Method in interface PointSymbolizer
Returns the fill gradient points value.
getFillGradientPoints() - Method in interface PolygonSymbolizer
Returns the fill gradient points value.
getFillGradientPoints() - Method in interface TextSymbolizer
Returns the fill gradient points value, or null if there is no fill gradient.
getFillOpacity() - Method in interface PointSymbolizer
Returns the fill opacity value.
getFillOpacity() - Method in interface PolygonSymbolizer
Returns the fill opacity value.
getFillOpacity() - Method in interface TextSymbolizer
Returns the fill opacity value.
getFillPattern() - Method in interface PointSymbolizer
Returns the fill pattern value.
getFillPattern() - Method in interface PolygonSymbolizer
Returns the fill pattern value.
getFillPattern() - Method in interface TextSymbolizer
Returns the fill pattern value.
getFillStyle() - Method in interface PointSymbolizer
Returns the fill style value.
getFillStyle() - Method in interface PolygonSymbolizer
Returns the fill style value.
getFillStyle() - Method in interface TextSymbolizer
Returns the fill style value.
getFilter() - Method in interface Query
Returns the filter that will limit which features are returned.
getFilter() - Method in interface Not
The expression to reverse.
getFilter() - Method in interface Rule
Returns the filter that will limit the features for which this Rule will fire.
getFilterFactory() - Method in interface CommonFactory
Returns the FilterFactory singleton.
getFixedHeight() - Method in interface Layer
Indicates that this Layer is not able to produce a map with a height different from the fixed height indicated.
getFixedWidth() - Method in interface Layer
Indicates that this Layer is not able to produce a map with a width different from the fixed width indicated.
getFont() - Method in interface TextSymbolizer
Returns the Font object.
getFonts() - Method in interface TextSymbol
Returns a list of Fonts to choose from when rendering this symbol.
getFormat() - Method in interface GridCoverageReader
Returns the format handled by this GridCoverageReader.
getFormat() - Method in interface GridCoverageWriter
Returns the format handled by this GridCoverageWriter.
getFormat() - Method in interface AbstractURL
Provides the mime-type format of the expected response data.
getFormat() - Method in interface ExternalGraphic
Returns the format that the image should be parsed as.
getFormatDistributors() - Method in interface Format
Provides information about the distributor’s format.
getFormats() - Method in interface GridCoverageExchange
Retrieve information on file formats or resources available with the GridCoverageExchange implementation.
getFormula() - Method in interface OperationMethod
Formula(s) or procedure used by this operation method.
getFunction() - Method in interface OnLineResource
Code for function performed by the online resource.
getGenerators() - Method in interface Composite
Returns a homogeneous collection of primitives whose union would be the core geometry of the composite.
getGenerators() - Method in interface CompositeCurve
Returns the list of orientable curves in this composite.
getGenerators() - Method in interface CompositeSurface
Returns the list of orientable surfaces in this composite.
getGeographicBoundingBox() - Method in interface Layer
Provides the geographic bounding box that specify the longitude and latitude ranges for this Layer.
getGeographicBox() - Method in interface DataIdentification
Minimum bounding rectangle within which data is available.
getGeographicDescription() - Method in interface DataIdentification
Description of the geographic area within which data is available.
getGeographicElements() - Method in interface Extent
Provides geographic component of the extent of the referring object
getGeographicIdentifier() - Method in interface GeographicDescription
Returns the identifier used to represent a geographic area.
getGeometricObjectCount() - Method in interface GeometricObjects
Total number of the point or vector object type occurring in the dataset.
getGeometricObjects() - Method in interface VectorSpatialRepresentation
Information about the geometric objects used in the dataset.
getGeometricObjectType() - Method in interface GeometricObjects
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.
getGeometryAttribute() - Method in interface Symbol
Returns the name of the geometry feature attribute to use for drawing.
getGeometryFactory(CoordinateReferenceSystem) - Method in interface CommonFactory
Returns the GeometryFactory equiped to build geometries using the given CoordinateReferenceSystem.
getGraphic() - Method in interface GraphicEvent
Returns the Graphic this GraphicEvent initially occurred on.
getGraphic() - Method in interface PointSymbol
Returns the graphic that will be drawn at each point of the geometry.
getGraphicFill() - Method in interface Fill
If this object is to be filled with tiled copies of an image, then returns a non-null Graphic that indicates what image should be drawn.
getGraphicFill() - Method in interface Stroke
If non-null, indicates that line should be drawn by tiling the (thin) area of the line with the given graphic.
getGraphicOverviews() - Method in interface Identification
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
getGraphics(DisplayFactory) - Method in interface GraphicStore
Gets a List of Graphics produced by this GraphicStore.
getGraphics() - Method in interface Layer
Gets the graphics from this Layer that are suitable for adding to a Canvas in order to visually represent this Layer.
getGraphicsAt(DirectPosition) - Method in interface Canvas
Returns the Graphics that occupy the given DirectPosition.
getGraphicsFile() - Method in interface ApplicationSchemaInformation
Full application schema given as a graphics file.
getGraphicsIn(Envelope) - Method in interface Canvas
Returns the Graphics that occupy the given Envelope.
getGraphicStroke() - Method in interface Stroke
If non-null, indicates that lines should be drawn by repeatedly plotting the given graphic along the path of the lines, rotating it according to the orientation of the line.
getGraphicStyle() - Method in interface Graphic
Returns the GraphicStyle for this Graphic.
getGraphicStyle() - Method in interface GraphicStyleEvent
Returns the style whose property or properties changed.
getGraphicStyles() - Method in interface Style
Gets the GraphicStyles used to style the Graphics used by a Layer using this Style.
getGreenwichLongitude() - Method in interface PrimeMeridian
Longitude of the prime meridian measured from the Greenwich meridian, positive eastward.
getGridGeometry() - Method in interface GridCoverage
Information for the grid coverage geometry.
getGridPacking() - Method in interface GridCoverage
Information for the packing of grid coverage values.
getGridRange() - Method in interface GridGeometry
The valid coordinate range of a grid coverage.
getGridToCoordinateSystem() - Method in interface GridGeometry
The conversion allows for the transformations from grid coordinates to real world earth coordinates.
getHalo() - Method in interface TextSymbol
Returns the object that indicates if a Halo will be drawn around the text.
getHaloColor() - Method in interface TextSymbolizer
Returns the color that is used to fill in the halo, or null if no halo is to be drawn.
getHaloRadius() - Method in interface TextSymbolizer
Returns the halo radius value, or zero if no halo is to be drawn.
getHandle() - Method in interface Query
Gives a mnemonic name for use by the client to identify this query.
getHandlingDescription() - Method in interface SecurityConstraints
Additional information about the restrictions on handling the resource.
getHeight(Unit) - Method in interface GraphicArc
Returns the size of the height axis of the ellipse defining this GraphicArc, in terms of the given Unit.
getHeight() - Method in interface AbstractSizedURL
Provides the expected height of the response data.
getHierarchyLevelNames() - Method in interface MetaData
Name of the hierarchy levels for which the metadata is provided.
getHierarchyLevels() - Method in interface MetaData
Scope to which the metadata applies.
getHistogram(int, double, double, int) - Method in interface GridAnalysis
Determine the histogram of the grid values for a sample dimension.
getHorizontalCurveType() - Method in interface ParametricCurveSurface
Indicates the type of surface curves used to traverse the surface horizontally with respect to the parameter s.
getHorizontalVectorAtEnd() - Method in interface BicubicGrid
Returns the initial tangent vectors.
getHorizontalVectorAtStart() - Method in interface BicubicGrid
Returns the initial tangent vectors.
getHoursOfService() - Method in interface Contact
Time period (including time zone) when individuals can contact the organization or individual.
getIcon() - Method in interface FeatureStore
Icon representing this FeatureStore.
getIcon() - Method in interface FeatureStoreFactory
Icon representing this category of FeatureStores.
getIcon() - Method in interface GraphicIcon
Returns the icon represented by this GraphicIcon.
getIcon() - Method in interface GraphicStore
Icon representing this GraphicStore.
getIcon() - Method in interface GraphicStoreFactory
Icon representing this category of GraphicStores.
getIcon() - Method in interface LayerSource
Icon representing this type of LayerSource.
getIcon() - Method in interface LayerSourceFactory
Icon representing this category of layer source.
getIcon() - Method in class SimpleEnumerationType
Gets the icon for this enumeration value.
getID() - Method in interface Feature
Returns a String that uniquely identifies this Feature instance with this Java virtual machine (and perhaps uniquely in a broader scope as well).
getID() - Method in interface AggregationChangeEvent
Get the ID flag for this event.
getID() - Method in interface GraphicChangeEvent
Get the ID flag for this event.
getID() - Method in interface GraphicMouseEvent
Get the ID flag for this event.
getIdentificationInfo() - Method in interface MetaData
Basic information about the resource(s) to which the metadata applies.
getIdentifierCode() - Method in exception NoSuchIdentifierException
Returns the identifier code.
getIdentifiers() - Method in interface Layer
Provides the identifiers containing ID numbers or labels defined by a particular authority.
getIdentifiers() - Method in interface Citation
Unique identifier for the resource.
getIdentifiers() - Method in interface IdentifiedObject
An identifier which references elsewhere the object's defining information.
getIdentifierTypes() - Method in interface Citation
Reference form of the unique identifier (ID).
getIDs() - Method in interface FeatureId
Returns a Set containing the IDs of features that will pass this filter.
getIlluminationAzimuthAngle() - Method in interface ImageDescription
Illumination azimuth measured in degrees clockwise from true north at the time the image is taken.
getIlluminationElevationAngle() - Method in interface ImageDescription
Illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth’s surface.
getImageQualityCode() - Method in interface ImageDescription
Specifies the image quality.
getImagingCondition() - Method in interface ImageDescription
Conditions affected the image.
getImplHint(String) - Method in interface Canvas
Returns the rendering hint associated with the hint name.
getImplHint(String) - Method in interface GraphicStyle
Returns the given implementation-specific hint for the given name.
getInclusion() - Method in interface GeographicExtent
Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).
getInDimension() - Method in interface Placement
Return the dimension of the input parameter space.
getIndividualName() - Method in interface ResponsibleParty
Name of the responsible person- surname, given name, title separated by a delimiter.
getInlineContent() - Method in interface ExternalGraphic
Returns the array of bytes that comprise the image.
getIntensity() - Method in interface GraphicScaledImage
Returns the intensity of the image, as an integer from 0 to 100.
getInteriorPoint(int, int) - Method in interface GraphicPolygon
Returns a live reference to the vertex at the given index.
getInteriorRing(int) - Method in interface GraphicPolygon
Returns a new array containing references to all of the vertices in the exterior ring.
getInteriorRings() - Method in interface GraphicPolygon
Returns a newly allocated two-dimensional array of points.
getInteriors() - Method in interface SolidBoundary
Returns the interior shells.
getInteriors() - Method in interface SurfaceBoundary
Returns the interior rings.
getInterpolation() - Method in interface ArcString
The interpolation for a ArcString is "circular arc by 3 points".
getInterpolation() - Method in interface ArcStringByBulge
The interpolation for a ArcStringByBulge is "Circular arc by 2 points and bulge factor".
getInterpolation() - Method in interface CubicSpline
The interpolation mechanism for a CubicSpline is CUBIC_SPLINE.
getInterpolation() - Method in interface GeodesicString
The interpolation for a GeodesicString is "geodesic".
getInterpolation() - Method in interface PolynomialSpline
The interpolation mechanism for a PolynomialSpline is POLYNOMIAL_SPLINE.
getInterpolation() - Method in interface CurveSegment
Specifies the curve interpolation mechanism used for this segment.
getInterpolation() - Method in interface SurfacePatch
Determines the surface interpolation mechanism used for this SurfacePatch.
getInverseFlattening() - Method in interface Ellipsoid
Returns the value of the inverse of the flattening constant.
getISBN() - Method in interface Citation
International Standard Book Number, or null if none.
getISSN() - Method in interface Citation
International Standard Serial Number, or null if none.
getIssueIdentification() - Method in interface Series
Information identifying the issue of the series.
getKeyEvent() - Method in interface GraphicKeyEvent
Returns the KeyEvent that this event references.
getKeywordList() - Method in interface Layer
Provides keywords to aid in catalogue searches.
getKeywords() - Method in interface Keywords
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
getKnots() - Method in interface SplineCurve
The sequence of distinct knots used to define the spline basis functions.
getKnotSpec() - Method in interface BSplineCurve
Gives the type of knot distribution used in defining this spline.
getLabel() - Method in interface TextSymbol
Returns the expression that will be evaluated to determine what text is displayed.
getLanguage() - Method in interface DataIdentification
Language(s) used within the dataset.
getLanguage() - Method in interface MetaData
Language used for documenting metadata.
getLanguages() - Method in interface FeatureCatalogueDescription
Language(s) used within the catalogue
getLayer() - Method in class FeatureLayerEvent
Synonym for FeatureLayerEvent.getSource().
getLayer(String) - Method in interface LayerSource
Gets the named Layer.
getLayers() - Method in interface FeatureCanvas
Returns a list containing all of the FeatureLayers currently known to this canvas.
getLayers() - Method in interface Layer
Gets the child layers of this Layer.
getLayers() - Method in interface LayerSource
Returns a List of Layers provided by this LayerSource.
getLegendGraphic() - Method in interface Rule
Returns a small Graphic that could be used by the rendering engine to draw a legend window.
getLegendURLs() - Method in interface Style
Provides the linkage to an image of a map legend appropriate to this Style.
getLength(int) - Method in interface GridRange
Returns the number of integer grid coordinates along the specified dimension.
getLength(int) - Method in interface Envelope
Returns the envelope length along the specified dimension.
getLevel() - Method in interface FeatureLayer
Returns the current z-order level of this layer.
getLevel() - Method in interface Scope
Hierarchical level of the data specified by the scope.
getLineage() - Method in interface DataQuality
Non-quantitative quality information about the lineage of the data specified by the scope.
getLineCap() - Method in interface Stroke
Indicates how the beginning and ending segments of a line string will be terminated.
getLineJoin() - Method in interface Stroke
Indicates how the various segments of a (thick) line string should be joined.
getLineSymbolizer() - Method in interface GraphicLineString
Returns the GraphicStyle for this GraphicLineString, which is required to be a LineSymbolizer.
getLinkage() - Method in interface OnLineResource
Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211.
getLiteral() - Method in interface PropertyIsLike
Returns the wildcard-containing string that will be used to check the feature's properties.
getLocation() - Method in interface AffinePlacement
Gives the target of the parameter space origin.
getLockRequest() - Method in interface FeatureCollection
Returns the request indicating the duration for the FeatureCollection.lockAll(java.util.Collection) method.
getLogoURL() - Method in interface Attribution
Provides linkage to a logo image.
getLower(int) - Method in interface GridRange
Returns the valid minimum inclusive grid coordinate along the specified dimension.
getLowerBoundary() - Method in interface PropertyIsBetween
Returns the lower bounds (inclusive) an an expression.
getLowerCorner() - Method in interface GraphicScaledImage
Returns the DirectPosition for the lower-left position of the image.
getLowerCorner() - Method in interface Envelope
A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
getLowers() - Method in interface GridRange
The valid minimum inclusive grid coordinate.
getMaintenanceAndUpdateFrequency() - Method in interface MaintenanceInformation
Frequency with which changes and additions are made to the resource after the initial resource is completed.
getMaintenanceNote() - Method in interface MaintenanceInformation
Information regarding specific requirements for maintaining the resource.
getMapWidth(Unit) - Method in interface Map2DState
Gets the map width of the Canvas represented by this Map2DState, in terms of the given unit.
getMark() - Method in interface PointSymbolizer
Returns the point mark value.
getMathTransform() - Method in interface CoordinateOperation
Gets the math transform.
getMaxFeatures() - Method in interface Query
Returns the maximum number of features to be retrieved by the query.
getMaximalComplex() - Method in interface Geometry
Returns the set of maximal complexes within which this Geometry is contained.
getMaximum(int) - Method in interface Envelope
Returns the maximal ordinate along the specified dimension.
getMaximumLevel() - Method in interface FeatureLayer
Returns the maximum z-order level that this layer can be moved to.
getMaximumOccurrence() - Method in interface ExtendedElementInformation
Maximum occurrence of the extended element.
getMaximumOccurrences() - Method in interface FeatureAttributeDescriptor
Returns the maximum number of occurrences of this attribute on a given feature.
getMaximumOccurs() - Method in interface GeneralParameterDescriptor
The maximum number of times that values for this parameter group or parameter can be included.
getMaximumValue() - Method in interface SampleDimension
The maximum value occurring in the sample dimension.
getMaximumValue() - Method in interface VerticalExtent
Returns the highest vertical extent contained in the dataset.
getMaximumValue() - Method in interface ParameterDescriptor
Returns the maximum parameter value.
getMaxLength() - Method in interface Tin
Maximal length for retention.
getMaxScale() - Method in interface Graphic
Returns the max scale value.
getMaxScaleDenominator() - Method in interface Layer
Provides the upper bound for the range of scales for which it is appropriate to generate a map for this Layer.
getMaxScaleDenominator() - Method in interface Rule
Returns the maximum value (exclusive) in the denominator of the current map scale at which this Rule will fire.
getMaxValue(int) - Method in interface GridAnalysis
Determine the maximum grid value for a sample dimension.
getMaxValue() - Method in interface Band
Longest wavelength that the sensor is capable of collecting within a designated band.
getMaxX() - Method in interface BBOX
Returns the maximum value for the first coordinate.
getMaxY() - Method in interface BBOX
Returns the maximum value for the second coordinate.
getMbRegion() - Method in interface Geometry
Returns a region in the coordinate reference system that contains this Geometry.
getMeanValue(int) - Method in interface GridAnalysis
Determine the mean grid value for a sample dimension.
getMeasureDescription() - Method in interface Element
Description of the measure being determined.
getMeasureIdentification() - Method in interface Element
Code identifying a registered standard procedure, or null if none.
getMedianValue(int) - Method in interface GridAnalysis
Determine the median grid value for a sample dimension.
getMediumFormats() - Method in interface Medium
Method used to write to the medium.
getMediumNote() - Method in interface Medium
Description of other limitations or requirements for using the medium.
getMetadataConstraints() - Method in interface MetaData
Provides restrictions on the access and use of data.
getMetadataExtensionInfo() - Method in interface MetaData
Information describing metadata extensions.
getMetadataMaintenance() - Method in interface MetaData
Provides information about the frequency of metadata updates, and the scope of those updates.
getMetadataNames() - Method in interface Coverage
List of metadata keywords for a coverage.
getMetadataNames() - Method in interface GridCoverageReader
Returns the list of metadata keywords associated with the input source as a whole (not associated with any particular grid coverage).
getMetadataNames() - Method in interface GridCoverageWriter
Returns the list of metadata keywords associated with the output destination as a whole (not associated with any particular grid coverage).
getMetadataNames() - Method in interface GridCoverageProcessor
Retrieve the list of metadata keywords for the interface.
getMetaDataNames() - Method in interface SampleDimension
The list of metadata keywords for a sample dimension.
getMetadataStandardName() - Method in interface MetaData
Name of the metadata standard (including profile name) used.
getMetadataStandardVersion() - Method in interface MetaData
Version (profile) of the metadata standard used.
getMetadataURLs() - Method in interface Layer
Provides the Metadata URLs that offer detailed, standardized metadata about the data for this Layer.
getMetadataValue(String) - Method in interface Coverage
Retrieve the metadata value for a given metadata name.
getMetadataValue(String) - Method in interface GridCoverageReader
Retrieve the metadata value for a given metadata name.
getMetadataValue(String) - Method in interface GridCoverageProcessor
Retrieve the metadata value for a given metadata name.
getMetadataValue(String) - Method in interface SampleDimension
Retrieve the metadata value for a given metadata name.
getMethod() - Method in interface Operation
Returns the operation method.
getMinimum(int) - Method in interface Envelope
Returns the minimal ordinate along the specified dimension.
getMinimumLevel() - Method in interface FeatureLayer
Returns the minimum z-order level that this layer can be moved to.
getMinimumOccurrences() - Method in interface FeatureAttributeDescriptor
Returns the minimum number of occurrences of this attribute on a given feature.
getMinimumOccurs() - Method in interface GeneralParameterDescriptor
The minimum number of times that values for this parameter group or parameter are required.
getMinimumValue() - Method in interface SampleDimension
The minimum value occurring in the sample dimension.
getMinimumValue() - Method in interface VerticalExtent
Returns the lowest vertical extent contained in the dataset.
getMinimumValue() - Method in interface ParameterDescriptor
Returns the minimum parameter value.
getMinScale() - Method in interface Graphic
Returns the min scale value.
getMinScaleDenominator() - Method in interface Layer
Provides the lower bound for the range of scales for which it is appropriate to generate a map for this Layer.
getMinScaleDenominator() - Method in interface Rule
Returns the minimum value (inclusive) in the denominator of the current map scale at which this Rule will fire.
getMinValue(int) - Method in interface GridAnalysis
Determine the minimum grid value for a sample dimension.
getMinValue() - Method in interface Band
Shortest wavelength that the sensor is capable of collecting within a designated band.
getMinX() - Method in interface BBOX
Returns the minimum value for the first coordinate.
getMinY() - Method in interface BBOX
Returns the minimum value for the second coordinate.
getModeValue(int) - Method in interface GridAnalysis
Determine the mode grid value for a sample dimension.
getModifiedCoordinates() - Method in interface PassThroughOperation
Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.
getMouseEvent() - Method in interface GraphicMouseEvent
Returns the MouseEvent that this event references.
getMultiplicity() - Method in interface Knot
The multiplicity of this knot used in the definition of the spline (with the same weight).
getName() - Method in interface Format
Name of the file format.
getName() - Method in interface Operation
Name of the processing operation.
getName() - Method in interface FeatureAttributeDescriptor
Returns the name of this attribute.
getName() - Method in interface FeatureType
Returns the name of this FeatureType, including any namespace prefix.
getName() - Method in interface Function
Returns the name of the function to be called.
getName() - Method in interface Graphic
Returns the name assigned to this Graphic.
getName() - Method in interface AuthorityURL
Provides the name of this AuthorityURL which may be referenced by one or more Identifiers.
getName() - Method in interface Layer
Provides a unique name for identifying this Layer.
getName() - Method in interface Style
Provides a unique name for identifying this Style.
getName() - Method in interface ApplicationSchemaInformation
Name of the application schema used.
getName() - Method in interface Series
Name of the series, or aggregate dataset, of which the dataset is a part.
getName() - Method in interface Format
Name of the data transfer format(s).
getName() - Method in interface Medium
Name of the medium on which the resource can be received.
getName() - Method in interface ExtendedElementInformation
Name of the extended metadata element.
getName() - Method in interface IdentifiedObject
The primary name by which this object is identified.
getName() - Method in interface FeatureStyle
Returns a name for this style.
getName() - Method in interface Rule
Returns a name for this rule.
getName() - Method in interface Symbol
Returns a name for this symbol.
getNameFactory() - Method in interface CommonFactory
Returns the NameFactory singleton.
getNamesOfMeasure() - Method in interface Element
Name of the test applied to the data.
getNewValue() - Method in class FeatureLayerEvent
Returns the new value, or null in none.
getNewValues() - Method in interface GraphicStyleEvent
Returns an array that lists the new values of properties that changed.
getNoDataValues() - Method in interface SampleDimension
Values to indicate no data values for the sample dimension.
getNormals() - Method in interface ArcStringByBulge
Returns a vector normal (perpendicular) to the chord of the arc, the line joining the first and last point of the arc.
getNorthBoundLatitude() - Method in interface GeographicBoundingBox
Returns the northern-most, coordinate of the limit of the dataset extent.
getNullIcon() - Static method in class SimpleEnumerationType
Gets the null icon.
getNumArc() - Method in interface ArcString
Returns the number of circular arcs in the string.
getNumArc() - Method in interface ArcStringByBulge
Returns the number of circular arcs in the string.
getNumberLocked() - Method in interface LockResponse
Number of features successfully locked, or -1 if unknown In the rare case where you need to report back on the number of successful locks you can issue a bunch of individual lock request and check the number of features locked.
getNumberOfDimensions() - Method in interface GridSpatialRepresentation
Number of independent spatial-temporal axes.
getNumberOfStyles() - Static method in class YAnchor
Gets the number of YAnchors that have been created.
getNumCol() - Method in interface Matrix
Returns the number of colmuns in this matrix.
getNumDerivativesAtEnd() - Method in interface CurveSegment
Specifies the type of continuity between this curve segment and its immediate neighbors.
getNumDerivativesAtStart() - Method in interface CurveSegment
Specifies the type of continuity between this curve segment and its immediate neighbors.
getNumDerivativesInterior() - Method in interface CurveSegment
Specifies the type of continuity that is guaranteed interior to the curve.
getNumDerivativesOnBoundary() - Method in interface SurfacePatch
Specifies the type of continuity between this surface patch and its immediate neighbors with which it shares a boundary curve.
getNumExteriorPoints() - Method in interface GraphicPolygon
Returns the number of vertices in the exterior ring.
getNumInteriorPoints(int) - Method in interface GraphicPolygon
Returns the number of vertices in an interior ring.
getNumInteriorRings() - Method in interface GraphicPolygon
Returns the number of interior rings currently in this polygon.
getNumOperations() - Method in interface GridCoverageProcessor
The number of operations supported by the GridCoverageProcessor.
getNumOverviews() - Method in interface GridCoverage
Number of predetermined overviews for the grid.
getNumRow() - Method in interface Matrix
Returns the number of rows in this matrix.
getNumSampleDimensions() - Method in interface Coverage
The number of sample dimensions in the coverage.
getNumSources() - Method in interface Operation
Number of source grid coverages required for the operation.
getObjectClass() - Method in interface FeatureAttributeDescriptor
For attributes of type OBJECT, this returns the Java Class object that class or interface that all values of this attribute can be cast to.
getObjectiveCoordinateReferenceSystem() - Method in interface Canvas
Returns the objective Coordinate Reference System (e.g. the projection of a georeferenced Coordinate Reference System) for this Canvas.
getObjectiveToDisplayTransform() - Method in interface Canvas
Returns the coordinate transformation object for this Canvas.
getObligation() - Method in interface ExtendedElementInformation
Obligation of the extended element.
getOffLine() - Method in interface DigitalTransferOptions
Information about offline media on which the resource can be obtained.
getOffset() - Method in interface SampleDimension
Offset is the value to add to grid values for this sample dimension.
getOffset() - Method in interface GraphicIcon
Returns the location in the icon (as an offset from the upper left) that will be drawn over the icon's position.
getOffset() - Method in interface Band
The physical value corresponding to a cell value of zero.
getOldValue() - Method in class FeatureLayerEvent
Returns the old value, or null in none.
getOldValues() - Method in interface GraphicStyleEvent
Returns an array that lists the previous values of properties that changed.
getOnlineResource() - Method in interface AbstractURL
Provides the OnLineResource this AbstractURL represents.
getOnlineResource() - Method in interface Attribution
Provides the data provider's linkage.
getOnlineResource() - Method in interface AuthorityURL
Provides the linkage to the document defining the meaning of the values used by Identifiers which reference this AuthorityURL.
getOnLineResource() - Method in interface Contact
On-line information that can be used to contact the individual or organization.
getOnlineResource() - Method in interface ExternalGraphic
Returns a URL to a file (perhaps a local file) that contains an image.
getOnLines() - Method in interface DigitalTransferOptions
Information about online sources from which the resource can be obtained.
getOpacity() - Method in interface PointSymbolizer
Returns the point opacity value.
getOpacity() - Method in interface Fill
Indicates the opacity of the fill.
getOpacity() - Method in interface Graphic
Returns the expression that will be evaluated to determine the opacity of the graphic when it is rendered.
getOpacity() - Method in interface Stroke
Indicates the level of translucency as a floating point number whose value is between 0.0 and 1.0 (inclusive).
getOperation(int) - Method in interface GridCoverageProcessor
Retrieve a grid processing operation information.
getOperation() - Method in interface PassThroughOperation
Returns the operation to apply on the subset of a coordinate tuple.
getOperationName() - Method in exception IncompatibleOperationException
Returns the invalid Operation name.
getOperations() - Method in interface ConcatenatedOperation
Returns the sequence of operations.
getOperationVersion() - Method in interface Conversion
This attribute is declared in CoordinateOperation but is not used in a conversion.
getOperationVersion() - Method in interface CoordinateOperation
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).
getOperationVersion() - Method in interface Transformation
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).
getOptimalDataBlockSizes() - Method in interface GridCoverage
Optimal size to use for each dimension when accessing grid values.
getOrderingInstructions() - Method in interface StandardOrderProcess
General instructions, terms and services provided by the distributor.
getOrdinate(int) - Method in interface DirectPosition
Returns the ordinate at the specified dimension.
getOrganisationName() - Method in interface ResponsibleParty
Name of the responsible organization.
getOrientation() - Method in interface OrientablePrimitive
Determines which of the two possible orientations this object represents.
getOrientationParameterDescription() - Method in interface Georeferenceable
Description of parameters used to describe sensor orientation.
getOrigin() - Method in interface TemporalDatum
The date and time origin of this temporal datum.
getOtherCitationDetails() - Method in interface Citation
Other information required to complete the citation that is not recorded elsewhere.
getOtherConstraints() - Method in interface LegalConstraints
Other restrictions and legal prerequisites for accessing and using the resource.
getOutDimension() - Method in interface Placement
Return the dimension of the output coordinate reference system.
getOverview(int) - Method in interface GridCoverage
Returns a pre-calculated overview for a grid coverage.
getOverviewGridGeometry(int) - Method in interface GridCoverage
Returns the grid geometry for an overview.
getPackedDataBlock(GridRange) - Method in interface GridCoverage
Return a block of grid coverage data for all sample dimensions.
getPage() - Method in interface Series
Details on which pages of the publication the article was published.
getPalette() - Method in interface SampleDimension
Color palette associated with the sample dimension.
getPaletteInterpretation() - Method in interface SampleDimension
Indicates the type of color palette entry for sample dimensions which have a palette.
getParameterCitation() - Method in interface Georeferenceable
Reference providing description of the parameters.
getParameterName() - Method in exception InvalidParameterCardinalityException
Returns the name of the parameter with invalid cardinality.
getParameterName() - Method in exception InvalidParameterNameException
Returns the invalid parameter name.
getParameterName() - Method in exception InvalidParameterTypeException
Returns the parameter name.
getParameterName() - Method in exception InvalidParameterValueException
Returns the parameter name.
getParameterName() - Method in exception ParameterNotFoundException
Returns the required parameter name.
getParameters() - Method in interface Operation
Retrieve the parameters information.
getParameters() - Method in interface Function
Returns the subexpressions that will be evaluated to provide the parameters to the function.
getParameters() - Method in interface Georeferenceable
Terms which support grid data georeferencing.
getParameters() - Method in interface OperationMethod
The set of parameters.
getParametersInfo() - Method in interface FeatureStoreFactory
Gets parameters needed (beyond the URI) to instantiate a FeatureStore.
getParametersInfo() - Method in interface GraphicStoreFactory
Gets an Object array relating to the parameters needed (beyond the URI) to instantiate a GraphicStore.
getParametersInfo() - Method in interface LayerSourceFactory
Gets an Object array relating to the parameters needed (beyond the URI) to instantiate a FeatureStore.
getParameterValues() - Method in interface Operation
Returns the parameter values.
getParamForPoint(DirectPosition) - Method in interface GenericCurve
Returns the parameter for this GenericCurve at the passed direct position.
getParent() - Method in interface Feature
Returns the collection in which we are contained.
getParent() - Method in interface Graphic
Returns the parent of this Graphic.
getParentEntity() - Method in interface ExtendedElementInformation
Name of the metadata entity(s) under which this extended metadata element may appear.
getParentIdentifier() - Method in interface MetaData
File identifier of the metadata to which this metadata is a subset (child).
getParsedNames() - Method in interface GenericName
Returns the sequence of local names making this generic name.
getParsedNames() - Method in interface LocalName
Returns the sequence of local name for this generic name.
getPatches() - Method in interface PolyhedralSurface
Associates this surface with its individual facet polygons.
getPatches() - Method in interface TriangulatedSurface
Associates this surface with its individual triangles.
getPatches() - Method in interface Surface
Relates this Surface to a set of surface patches that shall be joined together to form this surface.
getPathType() - Method in interface GraphicLineString
Retrieves the methods that is used in computing the "in-between" pixels between vertices when this object is rendered on the screen.
getPathType() - Method in interface GraphicPolygon
Returns the parameter that indicates how the "in-between" points between vertices are to be drawn.
getPeakResponse() - Method in interface Band
Wavelength at which the response is the highest.
getPerimeter() - Method in interface GenericSurface
Returns the sum of the lengths of all the boundary components of this GenericSurface.
getPerpendicularOffset() - Method in interface LinePlacement
Returns the expression that is used to compute how far from the lines the text will be drawn.
getPhone() - Method in interface Contact
Telephone numbers at which the organization or individual may be contacted.
getPickable() - Method in interface Graphic
Returns the pickable value.
getPixelHeight() - Method in interface Map2DState
Gets the pixel height of the Canvas represented by this Map2DState.
getPixelInCell() - Method in interface ImageDatum
Specification of the way the image grid is associated with the image data attributes.
getPixelWidth() - Method in interface Map2DState
Gets the pixel width of the Canvas represented by this Map2DState.
getPlacement() - Method in interface TextSymbol
Returns the object that indicates how the text should be placed with respect to the feature geometry.
getPlannedAvailableDateTime() - Method in interface StandardOrderProcess
Date and time when the dataset will be available.
getPoint(int) - Method in interface GraphicLineString
Returns the position at the specified index in the array of positions.
getPointInPixel() - Method in interface Georectified
Point in a pixel corresponding to the Earth location of the pixel.
getPointOfContacts() - Method in interface Identification
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
getPoints() - Method in interface GraphicLineString
Returns the positions that make up the line segments.
getPointSymbolizer() - Method in interface GraphicIcon
Returns the GraphicStyle for this GraphicIcon, which is required to be a PointSymbolizer.
getPolygons() - Method in interface BoundingPolygon
Returns the sets of points defining the bounding polygon.
getPolygonSymbolizer() - Method in interface GraphicArc
Returns the GraphicStyle for this GraphicPolygon, which is required to be a PolygonSymbolizer.
getPolygonSymbolizer() - Method in interface GraphicPolygon
Returns the GraphicStyle for this GraphicPolygon, which is required to be a PolygonSymbolizer.
getPortrayalCatalogueCitations() - Method in interface PortrayalCatalogueReference
Bibliographic reference to the portrayal catalogue cited.
getPortrayalCatalogueInfo() - Method in interface MetaData
Provides information about the catalogue of rules defined for the portrayal of a resource(s).
getPosition() - Method in interface GraphicIcon
Returns the DirectPosition corresponding to the position of the icon.
getPosition() - Method in interface GraphicLabel
Returns the DirectPosition corresponding to the position of the label.
getPosition() - Method in interface Conic
Returns an affine transformation object that maps the conic from parameter space into the coordinate space of the target coordinate reference system of the conic corresponding to the coordinate reference system of the Geometry.
getPosition() - Method in interface ParamForPoint
Returns the actual value for the direct position used by getParamForPoint(p).
getPosition() - Method in interface Position
Returns the direct position.
getPosition() - Method in interface Point
Returns the direct position of this point.
getPositionalAccuracy() - Method in interface CoordinateOperation
Estimate(s) of the impact of this operation on point accuracy.
getPositionName() - Method in interface ResponsibleParty
Role or position of the responsible person.
getPostalCode() - Method in interface Address
ZIP or other postal code.
getPrecision() - Method in interface FeatureAttributeDescriptor
For attributes of type DECIMAL, this returns the maximum number of places after the decimal point.
getPreferredPrefix() - Method in interface FeatureType
In cases where features are to be encoded as GML, the namespace portion of the name of the type must be mapped to a prefix in an "xmlns" XML attribute.
getPresentationForm() - Method in interface Citation
Mode in which the resource is represented, or an empty string if none.
getPrimeMeridian() - Method in interface GeodeticDatum
Returns the prime meridian.
getPrimitive() - Method in interface OrientablePrimitive
Returns the primitive associated with this OrientablePrimitive.
getPrimitiveFactory(CoordinateReferenceSystem) - Method in interface CommonFactory
Returns the PrimitiveFactory equiped to build primitives using the given CoordinateReferenceSystem.
getProcessingLevelCode() - Method in interface ImageDescription
Image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.
getProcessors() - Method in interface ProcessStep
Identification of, and means of communication with, person(s) and organization(s) associated with the process step.
getProcessSteps() - Method in interface Lineage
Information about an event in the creation process for the data specified by the scope.
getProperties() - Method in interface GraphicStyleEvent
Returns an array naming each of the properties that changed.
getProperty(Object) - Method in interface Transaction
Retrieves a transaction property held by this transaction.
getPropertyName() - Method in interface PropertyName
Returns the name of the property whose value will be returned by the evaluate method.
getPropertyName() - Method in interface BBOX
Returns the name of the geometric property that will be used in this spatial operator.
getPropertyNames() - Method in interface Query
Returns the list of property names of the features to be retrieved.
getProtocol() - Method in interface OnLineResource
Connection protocol to be used.
getProxy() - Method in interface Primitive
Returns the orientable primitives associated with this primitive.
getPurpose() - Method in interface Identification
Summary of the intentions with which the resource(s) was developed.
getRadius() - Method in interface Halo
Returns the expression that will be evaluated to get the pixel radius of the halo around the text.
getRadius() - Method in interface Arc
Calculates the radius of the circle of which this arc is a portion.
getRationale() - Method in interface ProcessStep
Requirement or purpose for the process step.
getRationales() - Method in interface ExtendedElementInformation
Reason for creating the extended element.
getReader(Object) - Method in interface GridCoverageExchange
Returns a grid coverage reader that can manage the specified source
getReadParameters() - Method in interface Format
Retrieve the parameter information for a read operation.
getRealizationEpoch() - Method in interface Datum
The time after which this datum definition is valid.
getRealizationEpoch() - Method in interface TemporalDatum
This attribute is defined in the Datum parent interface, but is not used by a temporal datum.
getReferenceDirection(int) - Method in interface AffinePlacement
Gives the target directions for the coordinate basis vectors of the parameter space.
getReferenceDirection() - Method in interface OffsetCurve
Define the vector direction of the offset curve from the basis curve.
getReferenceLocation() - Method in interface Clothoid
Returns an affine mapping that places the curve defined by the Fresnel Integrals into the coordinate reference system of this object.
getReferenceSystemInfo() - Method in interface MetaData
Description of the spatial and temporal reference systems used in the dataset.
getRemarks() - Method in interface IdentifiedObject
Comments on or information about this object, including data source information.
getRenderableImage(int, int) - Method in interface Coverage
Returns 2D view of this coverage as a renderable image.
getReports() - Method in interface DataQuality
Quantitative quality information for the data specified by the scope.
getRepresentativePoint() - Method in interface Geometry
Returns a point value that is guaranteed to be on this Geometry.
getResolution() - Method in interface Dimension
Degree of detail in the grid dataset.
getResourceConstraints() - Method in interface Identification
Provides information about constraints which apply to the resource(s).
getResourceFormat() - Method in interface Identification
Provides a description of the format of the resource(s).
getResourceMaintenance() - Method in interface Identification
Provides information about the frequency of resource updates, and the scope of those updates.
getResourceSpecificUsages() - Method in interface Identification
Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.
getResult() - Method in interface Element
Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
getRole() - Method in interface ResponsibleParty
Function performed by the responsible party.
getRootTypeNames() - Method in interface FeatureStore
This method is similar to the FeatureStore.getTypeNames() method, except that it acknowledges that some features only make sense as children of another feature collection type.
getRotation(Unit) - Method in interface GraphicArc
Returns this GraphicArc's orientation source.
getRotation(Unit) - Method in interface GraphicIcon
Gets the angle by which to rotate the icon.
getRotation(Unit) - Method in interface GraphicLabel
Returns the orientation by which to rotate the text before rendering.
getRotation() - Method in interface PointSymbolizer
Returns the point rotation value.
getRotation() - Method in interface TextSymbolizer
Returns the label rotation.
getRotation() - Method in interface Graphic
Returns the expression that will be used to calculate the rotation of the graphic when it is drawn.
getRotation() - Method in interface PointPlacement
Returns the expression that will be evaluated to determine the rotation of the text about its anchor point.
getRow(int) - Method in interface PointGrid
Returns the row at the given index.
getRows() - Method in interface GriddedSurface
Returns the number of rows in the parameter grid.
getRule() - Method in interface ExtendedElementInformation
Specifies how the extended element relates to other existing elements and entities.
getRules() - Method in interface FeatureStyle
Returns the list of rules contained by this style.
getSampleDimension(int) - Method in interface Coverage
Retrieve sample dimension information for the coverage.
getSampleDimensionType() - Method in interface SampleDimension
A code value indicating grid value data type.
getSamplePoints() - Method in interface CurveSegment
Returns an ordered array of point values that lie on the curve segment.
getSampleToGeophysics() - Method in interface SampleDimension
The transform which is applied to grid values for this sample dimension.
getScale() - Method in interface SampleDimension
Scale is the value which is multiplied to grid values for this sample dimension.
getScale() - Method in interface Map2DState
Gets the scale of the Canvas represented by this Map2DState.
getScaleDenominator() - Method in interface Source
Denominator of the representative fraction on a source map.
getScaledImage() - Method in interface GraphicScaledImage
Returns the image represented by this GraphicScaledImage.
getScaleFactor() - Method in interface Band
Scale factor which has been applied to the cell value.
getScaleFactor() - Method in interface Clothoid
Gives the value for A in the equations above.
getSchemaAscii() - Method in interface ApplicationSchemaInformation
Full application schema given as an ASCII file.
getSchemaLanguage() - Method in interface ApplicationSchemaInformation
Identification of the schema language used.
getScope() - Method in interface DataQuality
The specific data to which the data quality information applies.
getScope() - Method in interface Datum
Description of domain of usage, or limitations of usage, for which this datum object is valid.
getScope() - Method in interface CoordinateOperation
Description of domain of usage, or limitations of usage, for which this operation is valid.
getScope() - Method in interface ReferenceSystem
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.
getScope() - Method in interface GenericName
Returns the scope (name space) of this generic name.
getScope() - Method in interface LocalName
Returns the scope (name space) of this generic name.
getScope() - Method in interface ScopedName
Returns the scope of this name.
getSegments() - Method in interface Curve
Lists the components curve segments of Curve, each of which defines the direct position of points along a portion of the curve.
getSelected() - Method in interface Graphic
Returns the selected value.
getSemanticTypeIdentifiers() - Method in interface FeatureStyle
Returns a string that identifies the more general "type" of geometry that this style is meant to act upon.
getSemiLatusRectum() - Method in interface Conic
Returns the value of the parameter "P" used in the defining equation above.
getSemiMajorAxis() - Method in interface Ellipsoid
Length of the semi-major axis of the ellipsoid.
getSemiMinorAxis() - Method in interface Ellipsoid
Length of the semi-minor axis of the ellipsoid.
getSequenceIdentifier() - Method in interface RangeDimension
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
getSeries() - Method in interface Citation
Information about the series, or aggregate dataset, of which the dataset is a part.
getShortName() - Method in interface ExtendedElementInformation
Short form suitable for use in an implementation method such as XML or SGML.
getSingleChar() - Method in interface PropertyIsLike
Returns the string that can be used in the "literal" property of this object to match exactly one character.
getSize() - Method in interface FeatureAttributeDescriptor
Returns a number that indicates the size of a given attribute.
getSize() - Method in interface PointSymbolizer
Returns the point size value.
getSize() - Method in interface Font
Expression that indicates the pixel size of the font.
getSize() - Method in interface Graphic
Returns the expression that will be evaluated to determine the pixel height of the image when it is drawn on the screen.
getSoftwareDevelopmentFile() - Method in interface ApplicationSchemaInformation
Full application schema given as a software development file.
getSoftwareDevelopmentFileFormat() - Method in interface ApplicationSchemaInformation
Software dependent format used for the application schema software dependent file.
getSource() - Method in interface GridCoverageReader
Returns the input source.
getSource() - Method in class FeatureLayerEvent
Returns the modified layer.
getSource() - Method in class FeatureEvent
Returns the source as a feature collection.
getSource() - Method in class FeatureStoreEvent
Returns the source as a feature store.
getSourceCitation() - Method in interface Source
Recommended reference to be used for the source data.
getSourceCRS() - Method in interface CoordinateOperation
Returns the source CRS.
getSourceDimensions() - Method in interface MathTransform
Gets the dimension of input points.
getSourceDimensions() - Method in interface OperationMethod
Number of dimensions in the source CRS of this operation method.
getSourceExtents() - Method in interface Source
Information about the spatial, vertical and temporal extent of the source data.
getSourceReferenceSystem() - Method in interface Source
Spatial reference system used by the source data.
getSources() - Method in interface Coverage
Returns the sources data for a coverage.
getSources() - Method in interface GridCoverage
Returns the sources data for a grid coverage.
getSources() - Method in interface ExtendedElementInformation
Name of the person or organization creating the extended element.
getSources() - Method in interface Lineage
Information about the source data used in creating the data specified by the scope.
getSources() - Method in interface ProcessStep
Information about the source data used in creating the data specified by the scope.
getSourceSteps() - Method in interface Source
Information about an event in the creation process for the source data.
getSouthBoundLatitude() - Method in interface GeographicBoundingBox
Returns the southern-most coordinate of the limit of the dataset extent.
getSpanningSurface() - Method in interface Polygon
Provides a mechanism for spanning the interior of the polygon.
getSpatialExtent() - Method in interface SpatialTemporalExtent
Returns the spatial extent component of composite spatial and temporal extent.
getSpatialObject() - Method in interface FeatureTypeList
Instance of a type defined in the spatial schema.
getSpatialRepresentationInfo() - Method in interface MetaData
Digital representation of spatial information in the dataset.
getSpatialRepresentationTypes() - Method in interface DataIdentification
Method used to spatially represent geographic information.
getSpatialResolutions() - Method in interface DataIdentification
Factor which provides a general understanding of the density of spatial data in the dataset.
getSpatialSchemaName() - Method in interface FeatureTypeList
Name of the spatial schema used.
getSpecification() - Method in interface Format
Name of a subset, profile, or product specification of the format.
getSpecification() - Method in interface ConformanceResult
Citation of product specification or user requirement against which data is being evaluated.
getSpecificUsage() - Method in interface Usage
Brief description of the resource and/or resource series usage.
getSRS() - Method in interface BBOX
Returns the spatial reference system in which the bounding box coordinates contained by this object should be interpreted.
getStandardDeviation(int) - Method in interface GridAnalysis
Determine the standard deviation from the mean of the grid values for a sample dimension.
getStart(Unit) - Method in interface GraphicArc
Returns this GraphicArc's start bearing.
getStartAngle() - Method in interface Arc
Calculates the bearing of the line from the center of the circle of which this arc is a portion to the start point of the arc.
getStartConstructiveParam() - Method in interface Clothoid
Returns the arc length distance from the inflection point that will be the start point for this curve segment.
getStartConstructiveParam() - Method in interface Conic
Return the start point parameter used in the constructive paramerization.
getStartConstructiveParam() - Method in interface GenericCurve
Indicates the parameter used in the constructive paramerization for the start point.
getStartParam() - Method in interface GenericCurve
Indicates the parameter for the start point.
getStartPoint() - Method in interface GenericCurve
Returns the direct position of the first point on the GenericCurve.
getStartPoint() - Method in interface CurveBoundary
Returns the start point.
getState(Object) - Method in interface Transaction
Retrieve a state used to squirel away information (and callbacks) for later.
getState() - Method in interface Canvas
Returns a copy of the current state of this Canvas.
getStatement() - Method in interface Lineage
General explanation of the data producer’s knowledge about the lineage of a dataset.
getStatus() - Method in interface Identification
Status of the resource(s).
getStopLines() - Method in interface Tin
Stoplines are lines where the local continuity or regularity of the surface is questionable.
getStroke() - Method in interface LineSymbol
Returns the object containing all the information necessary to draw styled lines.
getStroke() - Method in interface Mark
Returns the object that indicates how the edges of the mark will be drawn.
getStroke() - Method in interface PolygonSymbol
Returns the object containing all the information necessary to draw styled lines.
getStrokeBeginArrowStyle() - Method in interface LineSymbolizer
Returns the stroke begin arrow style value.
getStrokeBeginArrowStyle() - Method in interface PointSymbolizer
Returns the stroke begin arrow style value.
getStrokeColor() - Method in interface LineSymbolizer
Returns the stroke color value.
getStrokeColor() - Method in interface PointSymbolizer
Returns the stroke color value.
getStrokeDashArray() - Method in interface LineSymbolizer
Returns the stroke dash array value.
getStrokeDashArray() - Method in interface PointSymbolizer
Returns the stroke dash array value.
getStrokeDashOffset() - Method in interface LineSymbolizer
Returns the stroke dash offset value.
getStrokeDashOffset() - Method in interface PointSymbolizer
Returns the stroke dash offset value.
getStrokeEndArrowStyle() - Method in interface LineSymbolizer
Returns the stroke end arrow style value.
getStrokeEndArrowStyle() - Method in interface PointSymbolizer
Returns the stroke end arrow style value.
getStrokeFillBackgroundColor() - Method in interface LineSymbolizer
Returns the fill background color value.
getStrokeFillBackgroundColor() - Method in interface PointSymbolizer
Returns the fill background color value.
getStrokeFillColor() - Method in interface LineSymbolizer
Returns the fill color value.
getStrokeFillColor() - Method in interface PointSymbolizer
Returns the fill color value.
getStrokeFillGradientPoints() - Method in interface LineSymbolizer
Returns the fill gradient points value, or null if there is no fill gradient.
getStrokeFillGradientPoints() - Method in interface PointSymbolizer
Returns the fill gradient points value.
getStrokeFillOpacity() - Method in interface LineSymbolizer
Returns the fill opacity value.
getStrokeFillOpacity() - Method in interface PointSymbolizer
Returns the fill opacity value.
getStrokeFillPattern() - Method in interface LineSymbolizer
Returns the fill pattern value.
getStrokeFillPattern() - Method in interface PointSymbolizer
Returns the fill pattern value.
getStrokeFillStyle() - Method in interface LineSymbolizer
Returns the fill style value.
getStrokeFillStyle() - Method in interface PointSymbolizer
Returns the fill style value.
getStrokeLineCap() - Method in interface LineSymbolizer
Returns the stroke line cap value.
getStrokeLineCap() - Method in interface PointSymbolizer
Returns the stroke line cap value.
getStrokeLineGap() - Method in interface LineSymbolizer
Returns the stroke line gap value.
getStrokeLineGap() - Method in interface PointSymbolizer
Returns the stroke line gap value.
getStrokeLineJoin() - Method in interface LineSymbolizer
Returns the stroke line join value.
getStrokeLineJoin() - Method in interface PointSymbolizer
Returns the stroke line join value.
getStrokeLinePattern() - Method in interface LineSymbolizer
Returns the stroke line pattern value.
getStrokeLinePattern() - Method in interface PointSymbolizer
Returns the stroke line pattern value.
getStrokeLineStyle() - Method in interface LineSymbolizer
Returns the stroke line style value.
getStrokeLineStyle() - Method in interface PointSymbolizer
Returns the stroke line style value.
getStrokeOpacity() - Method in interface LineSymbolizer
Returns the stroke opacity value.
getStrokeWidth() - Method in interface LineSymbolizer
Returns the width value.
getStrokeWidth() - Method in interface PointSymbolizer
Returns the width value.
getStyle() - Method in interface FeatureLayer
Returns the style to apply to features in this layer.
getStyle() - Method in interface Font
Indicates the style of the font.
getStyles() - Method in interface Layer
Provides the styles that may be requested for this Layer.
getStyleSheetURL() - Method in interface Style
Provides the linkage to symbology information for this Style.
getStyleURL() - Method in interface Style
Provides the linkage to more information about the data or symbology underlying this Style.
getSubComplexes() - Method in interface Complex
Returns a subset of the primitives of that complex that is, in its own right, a geometric complex.
getSuperComplexes() - Method in interface Complex
Returns a superset of primitives that is also a complex.
getSupplementalInformation() - Method in interface DataIdentification
Any other descriptive information about the dataset.
getSupportedArrowStyles() - Method in interface DisplayCapabilities
Returns an array of ArrowStyle objects that indicates the arrow styles that are supported by a given implementation.
getSupportedCanvases() - Method in interface DisplayCapabilities
Returns an array of Class objects for the Canvas interfaces that are supported by a given implementation.
getSupportedCoordinateReferenceSystems() - Method in interface CommonCapabilities
Returns an array of Strings that are keys for the Coordinate Reference Systems that this implementation supports.
getSupportedDatums() - Method in interface CommonCapabilities
Returns an array of Strings that are keys for the datums that this implementation supports.
getSupportedDirectPositions() - Method in interface CommonCapabilities
Returns an array of Class objects for the directposition interfaces that are supported by a given implementation.
getSupportedDirectPositions(CoordinateReferenceSystem) - Method in interface CommonCapabilities
Returns an array of Class objects for the directposition interfaces that are supported by a given implementation for the specified Coordinate Reference System.
getSupportedFeatureCanvases() - Method in interface FeatureDisplayCapabilities
 
getSupportedFillPatterns() - Method in interface DisplayCapabilities
Returns an array of FillPattern objects that indicates the fill patterns that are supported by a given implementation.
getSupportedFillStyles() - Method in interface DisplayCapabilities
Returns an array of FillStyle objects that indicates the fill styles supported by a given implementation.
getSupportedGeometries() - Method in interface CommonCapabilities
Returns an array of Class objects for the geometry interfaces that are supported by a given implementation.
getSupportedLineCaps() - Method in interface DisplayCapabilities
Returns an array of LineCap objects that indicates the line cap styles that are supported by a given implementation.
getSupportedLineJoins() - Method in interface DisplayCapabilities
Returns an array of LineJoin objects that indicates the line join styles that are supported by a given implementation.
getSupportedLinePatterns() - Method in interface DisplayCapabilities
Returns an array of LinePattern objects that indicates the line patterns that are supported by a given implementation.
getSupportedLineStyles() - Method in interface DisplayCapabilities
Returns an array of LineStyle objects that indicates the line styles that are supported by a given implementation.
getSupportedMarks() - Method in interface DisplayCapabilities
Returns an array of Mark objects that indicates the marks that are supported by a given implementation.
getSupportedOrientations() - Method in interface CommonCapabilities
Returns an array of Class objects for the orientation interfaces that are supported by a given implementation.
getSupportedOrientations(CoordinateReferenceSystem) - Method in interface CommonCapabilities
Returns an array of Class objects for the orientation interfaces that are supported by a given implementation for the specified Coordinate Reference System.
getSupportedPathTypes() - Method in interface CommonCapabilities
Returns an array of PathType objects that indicates the path types that are supported.
getSupportedPrimitives() - Method in interface DisplayCapabilities
Returns an array of Class objects for the primitive interfaces that are supported by a given implementation.
getSupportedProjections() - Method in interface CommonCapabilities
Returns an array of Strings representing the projections that are supported.
getSupportedSpatialSchemaObjects(CoordinateReferenceSystem) - Method in interface CommonCapabilities
Returns an array of Class objects from the spatialschema-package that are supported by a given implementation for the specified Coordinate Reference System.
getSupportedSymbologies() - Method in interface DisplayCapabilities
Returns an array of SymbologyInfo objects that this implementations supports.
getSupportedXAnchors() - Method in interface DisplayCapabilities
Returns an array of XAnchor objects that indicates the X anchors that are supported by a given implementation.
getSupportedYAnchors() - Method in interface DisplayCapabilities
Returns an array of YAnchor objects that indicates the Y anchors that are supported by a given implementation.
getSurface() - Method in interface Polygon
Returns the patch which own this surface patch.
getSurface() - Method in interface Triangle
Returns the patch which own this surface patch.
getSurface() - Method in interface SurfacePatch
Returns the patch which own this surface patch.
getSymbology() - Method in interface Graphic
Returns a symbology object that will be used to override some, if not all, of the graphical properties of Graphics using this style.
getSymbologyName() - Method in interface SymbologyInfo
Gets name of symbology
getSymbologyProperty(SymbologyInfo, String) - Method in interface Symbology
Gets the property value defined by the given property name
getSymbologyPropertyCount(SymbologyInfo) - Method in interface Symbology
Gets the number of properties that exist for the graphic that uses this symbology.
getSymbologyPropertyNames(SymbologyInfo) - Method in interface Symbology
Gets the list of all the property names that exist for the graphic that uses this symbology.
getSymbologyPropertyType(SymbologyInfo, String) - Method in interface Symbology
Gets the java class type for the property value defined by the property name.
getSymbologyVersion() - Method in interface SymbologyInfo
Gets version of symbology
getSymbols() - Method in interface Rule
This method returns a pointer to the "live" list of Symbol objects contained by this Rule.
getTangent(double) - Method in interface GenericCurve
Returns the tangent vector along this GenericCurve at the passed parameter value.
getTargetCRS() - Method in interface CoordinateOperation
Returns the target CRS.
getTargetDimensions() - Method in interface MathTransform
Gets the dimension of output points.
getTargetDimensions() - Method in interface OperationMethod
Number of dimensions in the target CRS of this operation method.
getTemporalElements() - Method in interface Extent
Provides temporal component of the extent of the referring object
getText() - Method in interface GraphicLabel
Returns the text that will be displayed.
getTextSymbolizer() - Method in interface GraphicLabel
Returns the GraphicStyle for this GraphicLabel, which is required to be a TextSymbolizer.
getThesaurusName() - Method in interface Keywords
Name of the formally registered thesaurus or a similar authoritative source of keywords.
getTitle() - Method in interface Canvas
Returns the title assigned to this Canvas.
getTitle() - Method in interface CanvasState
Returns the title of the Canvas.
getTitle() - Method in interface Attribution
Provides the human-readable string naming the data provider.
getTitle() - Method in interface Layer
Provides the human-readable string for presenting this Layer.
getTitle() - Method in interface Style
Provides the human-readable string for presenting this Style.
getTitle() - Method in interface Citation
Name by which the cited resource is known.
getTitle() - Method in interface FeatureStyle
Returns the human readable title of this style.
getTitle() - Method in interface Rule
Returns the human readable title of this rule.
getTitle() - Method in interface Symbol
Returns the human readable title of this symbol.
getToken() - Method in interface LockResponse
Retreives the authorization token for the special case of only one FeatureStore being locked.
getToneGradation() - Method in interface Band
Number of discrete numerical values in the grid data.
getTopGraphicAt(DirectPosition) - Method in interface Canvas
Returns the top-most Graphic that occupies given DirectPosition.
getTopicCategories() - Method in interface DataIdentification
Main theme(s) of the datset.
getTopologyLevel() - Method in interface VectorSpatialRepresentation
Code which identifies the degree of complexity of the spatial relationships.
getTransaction() - Method in interface FeatureCollection
Retrieves the current transaction on this feature collection or null if there is no current transaction.
getTransferOptions() - Method in interface Distribution
Provides information about technical means and media by which a resource is obtained from the distributor.
getTransferSize() - Method in interface DigitalTransferOptions
Estimated size of a unit in the specified transfer format, expressed in megabytes.
getTransformationDimensionDescription() - Method in interface Georectified
Description of the information about which grid dimensions are the spatial dimensions.
getTransformationDimensionMapping() - Method in interface Georectified
Information about which grid dimensions are the spatial dimensions.
getTransparency() - Method in interface GraphicScaledImage
Returns the transparency of the image, as an integer from 0 to 100.
getTriangulationIndicator() - Method in interface ImageDescription
Indication of whether or not triangulation has been performed upon the image.
getTurnaround() - Method in interface StandardOrderProcess
Typical turnaround time for the filling of an order.
getType() - Method in interface MetadataURL
Provides the standard to which the metadata compiles.
getType() - Method in interface Keywords
Subject matter used to group similar keywords.
getTypeName() - Method in class FeatureStoreEvent
Returns the name of the FeatureType that was modified.
getTypeName() - Method in interface Query
Returns the name of the type that is to be queried.
getTypeNames() - Method in interface FeatureStore
Gets a list of all the names of the types held in this feature store.
getUID() - Method in interface Canvas
Returns the unique identifier of this Canvas, which is assigned by the implementation.
getUnit() - Method in interface VerticalExtent
Returns the vertical units used for vertical extent information.
getUnit() - Method in interface ParameterDescriptor
Returns the unit for default, minimum and maximum values.
getUnit() - Method in interface ParameterValue
Returns the unit of measure of the parameter value.
getUnit() - Method in interface CoordinateSystemAxis
The unit of measure used for this coordinate system axis.
getUnits() - Method in interface SampleDimension
The unit information for this sample dimension.
getUnits() - Method in interface Band
Units in which sensor wavelengths are expressed.
getUnitsOfDistribution() - Method in interface DigitalTransferOptions
Tiles, layers, geographic areas, etc., in which data is available.
getUpdateScope() - Method in interface MaintenanceInformation
Scope of data to which maintenance is applied.
getUpdateScopeDescription() - Method in interface MaintenanceInformation
Additional information about the range or extent of the resource.
getUpNormal(DirectPosition) - Method in interface GenericSurface
Returns a vector perpendicular to the GenericSurface at the direct position passed, which must be on this GenericSurface.
getUpper(int) - Method in interface GridRange
Returns the valid maximum exclusive grid coordinate along the specified dimension.
getUpperBoundary() - Method in interface PropertyIsBetween
Returns the upper bounds (inclusive) as an expression.
getUpperCorner() - Method in interface GraphicScaledImage
Convenience menthod to return the DirectPosition for the upper-right position of the image.
getUpperCorner() - Method in interface Envelope
A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
getUppers() - Method in interface GridRange
The valid maximum exclusive grid coordinate.
getUsageDate() - Method in interface Usage
Date and time of the first use or range of uses of the resource and/or resource series.
getUseConstraints() - Method in interface LegalConstraints
Constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource.
getUseLimitation() - Method in interface Constraints
Limitation affecting the fitness for use of the resource.
getUserContactInfo() - Method in interface Usage
Identification of and means of communicating with person(s) and organization(s) using the resource(s).
getUserDefinedMaintenanceFrequency() - Method in interface MaintenanceInformation
Maintenance period other than those defined.
getUserDeterminedLimitations() - Method in interface Usage
Applications, determined by the user for which the resource and/or resource series is not suitable.
getUserNote() - Method in interface SecurityConstraints
Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
getValidArea() - Method in interface Datum
Area or region in which this datum object is valid.
getValidArea() - Method in interface CoordinateOperation
Area in which this operation is valid.
getValidArea() - Method in interface ReferenceSystem
Area for which the (coordinate) reference system is valid.
getValidValues() - Method in interface ParameterDescriptor
If this parameter allows only a finite set of values, returns this set.
getValue() - Method in interface Literal
Returns the constant value held by this object.
getValue() - Method in exception InvalidParameterValueException
Returns the invalid parameter value.
getValue() - Method in interface ParameterValue
Returns the parameter value as an object.
getValue() - Method in interface Knot
The value of the parameter at the knot of the spline.
getValue() - Method in exception NoSuchEnumerationException
Returns the invalid value.
getValueClass() - Method in interface ParameterDescriptor
Returns the class that describe the type of the parameter.
getValueInBytePacking() - Method in interface GridPacking
Order of values packed in a byte for sample dimensions with less than 8 bits.
getValues() - Method in interface QuantitativeResult
Quantitative value or values, content determined by the evaluation procedure used.
getValueType() - Method in interface QuantitativeResult
Value type for reporting a data quality result, or null if none.
getValueUnit() - Method in interface QuantitativeResult
Value unit for reporting a data quality result, or null if none.
getVectorAtEnd() - Method in interface CubicSpline
The values used for the final derivative.
getVectorAtEnd() - Method in interface PolynomialSpline
The values used for the final derivative (up to degree - 2) used for interpolation in this PolynomialSpline at the end point of the spline.
getVectorAtStart() - Method in interface CubicSpline
The values used for the initial derivative.
getVectorAtStart() - Method in interface PolynomialSpline
The values used for the initial derivative (up to degree - 2) used for interpolation in this PolynomialSpline at the start point of the spline.
getVendor() - Method in interface Format
Vendor or agency for the format.
getVendor() - Method in interface Operation
Vendor of the processing operation implementation.
getVendor() - Method in interface Factory
Returns the vendor responsible for creating this factory implementation.
getVersion() - Method in interface Format
Version number of the format.
getVersion() - Method in interface Operation
Version number for the implementation.
getVersion() - Method in interface Query
Returns the feature version to query.
getVersion() - Method in interface Format
Version of the format (date, number, etc.).
getVersion() - Method in interface Identifier
Identifier of the version of the associated code, as specified by the code authority.
getVerticalCurveType() - Method in interface ParametricCurveSurface
Indicates the type of surface curves used to traverse the surface vertically with respect to the parameter t.
getVerticalDatum() - Method in interface VerticalExtent
Provides information about the origin from which the maximum and minimum elevation values are measured.
getVerticalDatumType() - Method in interface VerticalDatum
The type of this vertical datum.
getVerticalElements() - Method in interface Extent
Provides vertical component of the extent of the referring object
getVerticalVectorAtEnd() - Method in interface BicubicGrid
Returns the initial tangent vectors.
getVerticalVectorAtStart() - Method in interface BicubicGrid
Returns the initial tangent vectors.
getVisible() - Method in interface Graphic
Returns the visible value.
getVoice() - Method in interface Telephone
Telephone number by which individuals can speak to the responsible organization or individual.
getVolume() - Method in interface Solid
Returns the volume of this solid.
getVolumes() - Method in interface Medium
Number of items in the media identified.
getWeight() - Method in interface Font
Expression that indicates the weight of the font.
getWeight() - Method in interface Knot
The value of the averaging weight used for this knot of the spline.
getWellKnownName() - Method in interface Mark
Returns the expression whose value will indicate the symbol to draw.
getWestBoundLongitude() - Method in interface GeographicBoundingBox
Returns the western-most coordinate of the limit of the dataset extent.
getWidth(Unit) - Method in interface GraphicArc
Returns the size of the width axis of the ellipse defining this GraphicArc, in terms of the given Unit.
getWidth() - Method in interface AbstractSizedURL
Provides the expected width of the response data.
getWidth() - Method in interface Stroke
Gives the absolute width in pixels of the line stroke as a floating point number.
getWildCard() - Method in interface PropertyIsLike
Returns the string that can be used in the "literal" property of this object to match any sequence of characters.
getWriteParameters() - Method in interface Format
Retrieve the parameter information for a write operation.
getWriter(Object, Format) - Method in interface GridCoverageExchange
Returns a GridCoverageWriter that can write the specified format.
getXAnchor() - Method in interface GraphicLabel
Returns the x-axis portion of the place on the text string that corresponds to the rendering position (see the [gs]etPosition method).
getXAnchor() - Method in interface TextSymbolizer
Returns the label XAnchor.
getXDisplacement() - Method in interface TextSymbolizer
Returns the label X displacement.
getYAnchor() - Method in interface GraphicLabel
Returns the y-axis portion of the place on the text string that corresponds to the rendering position (see the [gs]etPosition method).
getYAnchor() - Method in interface TextSymbolizer
Returns the label YAnchor.
getYDisplacement() - Method in interface TextSymbolizer
Returns the label Y displacement.
getZOrderHint() - Method in interface Graphic
Returns the z order hint value.
GlobalPathType - Class in org.opengis.go.spatial
The instances of this class represent methods of calculating a path between two locations.
GlobalPathType(String, String) - Constructor for class GlobalPathType
Creates a new GlobalPathType with the given value and name.
GRADIENT - Static variable in class FillStyle
This constant indicates that an object should be filled with a gradient.
Graphic - Interface in org.opengis.go.display.primitive
Graphic defines the root abstraction of a graphic object taxonomy, specifying the methods common to a lightweight set of graphic objects.
Graphic - Interface in org.opengis.sld
Not to be confused with GO-1's Graphic, this represents a little picture, such as a GIF or JPG, that can be used in rendering.
GRAPHIC_CHANGED - Static variable in interface GraphicChangeEvent
Flag for graphic changed by non-edit mechanism.
GRAPHIC_DESELECTED - Static variable in interface GraphicChangeEvent
Flag for graphic deselected.
GRAPHIC_DISPOSED - Static variable in interface GraphicChangeEvent
Flag for graphic disposed.
GRAPHIC_SELECTED - Static variable in interface GraphicChangeEvent
Flag for graphic selected.
GraphicArc - Interface in org.opengis.go.display.primitive
A GraphicArc represents a portion of an ellipse.
GraphicArc.ArcClosure - Class in org.opengis.go.display.primitive
Instances of the ArcClosure class represent the various methods of connecting the endpoints of an arc.
graphicChanged(GraphicChangeEvent) - Method in interface GraphicListener
Invoked when a Graphic changes in any way, other than editing.
GraphicChangeEvent - Interface in org.opengis.go.display.event
Provides a common abstraction for the various event objects pertaining to change events on a Graphic.
graphicDeselected(GraphicChangeEvent) - Method in interface GraphicListener
Invoked when a Graphic is deselected, either programmatically or through a mouse gesture.
graphicDisposed(GraphicChangeEvent) - Method in interface GraphicListener
Invoked when a Graphic is disposed.
graphicEditableChanged(GraphicChangeEvent) - Method in interface GraphicListener
Invoked when a Graphic is edited by a gui user.
graphicEditableEnd(GraphicChangeEvent) - Method in interface GraphicListener
Invoked when a Graphic is no longer in an editable state.
graphicEditableStart(GraphicChangeEvent) - Method in interface GraphicListener
Invoked when a Graphic is put into an editable state.
GraphicEvent - Interface in org.opengis.go.display.event
Provides a common abstraction for the various event objects pertaining to key, mouse, other implementation-specific controls, or change events on a Graphic.
GraphicIcon - Interface in org.opengis.go.display.primitive
The GraphicIcon defines a common abstraction for implementations that render icons on a drawing surface.
GraphicKeyEvent - Interface in org.opengis.go.display.event
Provides a common abstraction for the various event objects pertaining to key events on a Graphic.
GraphicLabel - Interface in org.opengis.go.display.primitive
Defines a common abstraction for implementations that render text on a drawing surface.
GraphicLineString - Interface in org.opengis.go.display.primitive
Defines a common abstraction for implementations of 1-dimensional lines made up of one or more line segments.
GraphicListener - Interface in org.opengis.go.display.event
Allows a program to listen to a Graphic for certain mouse and state events.
GraphicMouseEvent - Interface in org.opengis.go.display.event
Provides a common abstraction for the various event objects pertaining to mouse events on a Graphic.
GraphicPolygon - Interface in org.opengis.go.display.primitive
Defines a common abstraction for graphic representation of polygons.
GraphicScaledImage - Interface in org.opengis.go.display.primitive
Defines a common abstraction for implementations projected images defined by a lower-left (lowerCorner) point and an upper-right (upperCorner) point.
graphicSelected(GraphicChangeEvent) - Method in interface GraphicListener
Invoked when a Graphic is selected, either programmatically or through a mouse gesture.
GraphicStore - Interface in org.opengis.go.display.primitive.store
The GraphicStore class/interface...
GraphicStoreException - Exception in org.opengis.go.display.primitive.store
The GraphicStoreException class...
GraphicStoreException() - Constructor for exception GraphicStoreException
 
GraphicStoreException(String) - Constructor for exception GraphicStoreException
 
GraphicStoreException(Throwable) - Constructor for exception GraphicStoreException
 
GraphicStoreException(String, Throwable) - Constructor for exception GraphicStoreException
 
GraphicStoreFactory - Interface in org.opengis.go.display.primitive.store
The GraphicStoreFactory class/interface...
GraphicStyle - Interface in org.opengis.go.display.style
Serves as the base interface for the collection of drawing attributes that are applied to a Graphic.
GraphicStyleEvent - Interface in org.opengis.go.display.style.event
Event that contains information about a modification to a GraphicStyle object.
GraphicStyleListener - Interface in org.opengis.go.display.style.event
Interface to be implemented by application code that wishes to be notified when a modification has been made to one of the properties of a GraphicStyle.
GRAY - Static variable in class PaletteInterpretation
Gray Scale color palette.
GRAY_INDEX - Static variable in class ColorInterpretation
Band is an index into a lookup table.
GREAT_CIRCLE_ELLIPSOIDAL - Static variable in class GlobalPathType
 
GREAT_CIRCLE_SPHERICAL - Static variable in class GlobalPathType
 
greater(Expression, Expression) - Method in interface FilterFactory
Checks that the first sub-expression is greater than the second subexpression.
greaterOrEqual(Expression, Expression) - Method in interface FilterFactory
Checks that the first sub-expression is greater or equal to the second subexpression.
GREEN_BAND - Static variable in class ColorInterpretation
Greend Band for the RGB color model components.
GRID - Static variable in class SpatialRepresentationType
Grid data is used to represent geographic data.
GridAnalysis - Interface in org.opengis.coverage.processing
Performs various analysis operations on a grid coverage.
GridCoverage - Interface in org.opengis.coverage.grid
Represent the basic implementation which provides access to grid coverage data.
GridCoverageExchange - Interface in org.opengis.coverage.grid
Support for creation of grid coverages from persistent formats as well as exporting a grid coverage to a persistent formats.
GridCoverageProcessor - Interface in org.opengis.coverage.processing
Provides operations for different ways of accessing the grid coverage values as well as image processing functionality.
GridCoverageReader - Interface in org.opengis.coverage.grid
Support for reading grid coverages out of a persisten store.
GridCoverageWriter - Interface in org.opengis.coverage.grid
Support for writing grid coverages into a persistent store.
GriddedDataPositionalAccuracy - Interface in org.opengis.metadata.quality
Closeness of gridded data position values to values accepted as or being true.
GriddedSurface - Interface in org.opengis.spatialschema.geometry.geometry
A parametric curve surface defined from a rectangular grid in the parameter space.
GridGeometry - Interface in org.opengis.coverage.grid
Describes the geometry and georeferencing information of the grid coverage.
GridNotEditableException - Exception in org.opengis.coverage.grid
Thrown when an attempt is made to write in a non-editable grid.
GridNotEditableException() - Constructor for exception GridNotEditableException
Creates an exception with no message.
GridNotEditableException(String) - Constructor for exception GridNotEditableException
Creates an exception with the specified message.
GridPacking - Interface in org.opengis.coverage.grid
Describes the packing of data values within grid coverages.
GridRange - Interface in org.opengis.coverage.grid
Specifies the range of valid coordinates for each dimension of the coverage.
GridSpatialRepresentation - Interface in org.opengis.metadata.spatial
Basic information required to uniquely identify a resource or resources.
groups(String) - Method in interface ParameterValueGroup
Returns all subgroups with the specified name.

H

Halo - Interface in org.opengis.sld
Describes the settings of a "halo" effect as it is applied to text.
handlerDisabled() - Method in interface EventHandler
Invoked when the handler is temporarily disabled.
handlerEnabled(CanvasController) - Method in interface CanvasHandler
Enables this CanvasHandler, giving it the active CanvasController and thus the ability to modify the Canvas that enabled it.
handlerEnabled() - Method in interface EventHandler
Invoked when the handler is first enabled, or reenabled after being temporarily disabled.
handlerRemoved() - Method in interface CanvasHandler
Removes this CanvasHandler, meaning that calling methods on its CanvasController will no longer affect the Canvas.
handlerRemoved() - Method in interface EventHandler
Invoked when the handler is permanently removed.
HARD_COPY - Static variable in class MediumName
Pamphlet or leaflet giving descriptive information.
hasMoreGridCoverages() - Method in interface GridCoverageReader
Returns true if there is at least one more grid coverage available on the stream.
hasNext() - Method in interface FeatureIterator
Method inherited from Iterator that indicates whether there's another feature available.
HEALT - Static variable in class TopicCategory
Health, health services, human ecology, and safety.
HEAVY_SMOKE_OR_DUST - Static variable in class ImagingCondition
Portion of the image is partially obscured by heavy smoke or dust.
height() - Method in interface PointGrid
Returns the length of this array.
HI_BIT_FIRST - Static variable in class ValueInBytePacking
High bit first (big endian order).
HIGH_SIERRA - Static variable in class MediumFormat
High sierra file system.
HISTORICAL_ARCHIVE - Static variable in class Progress
Data has been stored in an offline storage facility
HLS - Static variable in class PaletteInterpretation
HSL (Hue Saturation Lightness) color palette.
HORIZONTAL_LINES - Static variable in class FillPattern
Parallel horizontal lines.
horizontalCurve(double) - Method in interface ParametricCurveSurface
Constructs a curve that traverses the surface horizontally with respect to the parameter s.
HUE_BAND - Static variable in class ColorInterpretation
Hue Band for the HLS color model.
HYPERBOLIC_ARC - Static variable in class SplineCurveForm
An arc of a finite length of one branch of a hyperbola.

I

Identification - Interface in org.opengis.metadata.identification
Basic information required to uniquely identify a resource or resources.
IdentifiedObject - Interface in org.opengis.referencing
Supplementary identification and remarks information for a CRS or CRS-related object.
Identifier - Interface in org.opengis.metadata
Value uniquely identifying an object within a namespace.
IDENTIFIERS_KEY - Static variable in interface IdentifiedObject
Key for the "identifiers" property to be given to the object factory createFoo(…) methods.
IMAGE - Static variable in class CoverageContentType
Meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter.
IMAGE_DIGITAL - Static variable in class PresentationForm
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format.
IMAGE_HARDCOPY - Static variable in class PresentationForm
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user.
ImageCRS - Interface in org.opengis.referencing.crs
An engineering coordinate reference system applied to locations in images.
ImageDatum - Interface in org.opengis.referencing.datum
Defines the origin of an image coordinate reference system.
ImageDescription - Interface in org.opengis.metadata.content
Information about an image’s suitability for use.
IMAGERY_BASE_MAPS_EARTH_COVER - Static variable in class TopicCategory
Base maps.
ImagingCondition - Class in org.opengis.metadata.content
Code which indicates conditions which may affect the image.
ImagingCondition(String) - Constructor for class ImagingCondition
Constructs an enum with the given name.
IncompatibleOperationException - Exception in org.opengis.referencing.operation
Thrown when an operation is applied in a manner inconsistent with one or both of two particular CRS objects.
IncompatibleOperationException(String, String) - Constructor for exception IncompatibleOperationException
Creates an exception with the specified message and operation name.
increaseNumberLocked(int) - Method in interface LockResponse
Used to collect the results of a number of lock requests for Transaction.commit().
INDIRECT - Static variable in class EvaluationMethodType
Method of evaluating the quality of a dataset based on external knowledge.
INFORMATION - Static variable in class OnLineFunction
Online information about the resource.
INLAND_WATERS - Static variable in class TopicCategory
Inland water features, drainage systems and their characteristics.
insertExteriorPoint(int, DirectPosition) - Method in interface GraphicPolygon
Inserts a new point into the list of vertices for the exterior ring.
insertInteriorPoint(int, int, DirectPosition) - Method in interface GraphicPolygon
Inserts a new point into the list of vertices for an interior ring.
insertPoint(int, DirectPosition) - Method in interface GraphicLineString
Inserts the given position at the specified index in the array of positions.
INTEGER - Static variable in class DataType
Constant to be used when the value of an attribute is stored as a binary integer.
INTEGER - Static variable in class Datatype
Numerical field.
INTELLECTUAL_PROPERTY_RIGHTS - Static variable in class Restriction
Rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity.
INTELLIGENCE_MILITARY - Static variable in class TopicCategory
Military bases, structures, activities.
INTERFACE_CLASS - Static variable in class Datatype
Named set of operations that characterize the behavior of an element.
InternationalString - Interface in org.opengis.util
A string that has been internationalized into several locales.
intersection(TransfiniteSet) - Method in interface TransfiniteSet
Returns the set theoretic intersection of this TransfiniteSet and the passed TransfiniteSet.
intersects(String, Geometry) - Method in interface FilterFactory
Checks if the two geometric operands intersect.
Intersects - Interface in org.opengis.filter.spatial
Concrete binary spatial operator that evaluates to true if the two geometric operands intersect.
intersects(TransfiniteSet) - Method in interface TransfiniteSet
Returns true if this TransfiniteSet intersects another TransfiniteSet.
intValue() - Method in interface ParameterValue
Returns the positive integer value of an operation parameter, usually used for a count.
intValueList() - Method in interface ParameterValue
Returns an ordered sequence of two or more integer values of an operation parameter list, usually used for counts.
InvalidParameterCardinalityException - Exception in org.opengis.parameter
Throws if adding a parameter value to a group would result in more parameters than the maximum occurence allowed.
InvalidParameterCardinalityException(String, String) - Constructor for exception InvalidParameterCardinalityException
Creates an exception with the specified message and parameter name.
InvalidParameterNameException - Exception in org.opengis.parameter
Thrown when an unexpected parameter was found in a parameter group.
InvalidParameterNameException(String, String) - Constructor for exception InvalidParameterNameException
Creates an exception with the specified message and parameter name.
InvalidParameterTypeException - Exception in org.opengis.parameter
Thrown when a parameter can't be cast to the requested type.
InvalidParameterTypeException(String, String) - Constructor for exception InvalidParameterTypeException
Creates an exception with the specified message and parameter name.
InvalidParameterValueException - Exception in org.opengis.parameter
Thrown when an invalid value was given to a parameter.
InvalidParameterValueException(String, String, Object) - Constructor for exception InvalidParameterValueException
Creates an exception with the specified invalid value.
InvalidParameterValueException(String, String, double) - Constructor for exception InvalidParameterValueException
Creates an exception with the specified invalid value as a floating point.
InvalidParameterValueException(String, String, int) - Constructor for exception InvalidParameterValueException
Creates an exception with the specified invalid value as an integer.
InvalidRangeException - Exception in org.opengis.coverage.grid
Thrown when a grid range is out of grid coverage bounds.
InvalidRangeException() - Constructor for exception InvalidRangeException
Creates an exception with no message.
InvalidRangeException(String) - Constructor for exception InvalidRangeException
Creates an exception with the specified message.
InvalidSampleDimensionException - Exception in org.opengis.coverage.processing
Thrown when the index of a sample dimension is out of bounds.
InvalidSampleDimensionException() - Constructor for exception InvalidSampleDimensionException
Creates an exception with no message.
InvalidSampleDimensionException(String) - Constructor for exception InvalidSampleDimensionException
Creates an exception with the specified message.
inverse() - Method in class AxisDirection
Deprecated. Use AxisDirection.opposite instead.
inverse() - Method in interface MathTransform
Creates the inverse transform of this object.
IRREGULAR - Static variable in class MaintenanceFrequency
Data is updated in intervals that are uneven in duration.
isAllowingExtentsChange() - Method in interface GraphicArc
Indicates whether this GraphicArc is displaying edit handles for changing the angular extents of the defining ellipse.
isAllowingNewVertices() - Method in interface GraphicLineString
Indicates whether clicking on an edge of this graphic linestring should insert a new vertex at that location when the object is in edit mode.
isAllowingNewVertices() - Method in interface GraphicPolygon
Indicates whether clicking on an edge of this graphic linestring should insert a new vertex at that location when the object is in edit mode.
isAllowingRotation() - Method in interface GraphicArc
Indicates whether this GraphicArc is displaying an anchor handle for changing the rotation of the defining ellipse.
isAllowingRotation() - Method in interface GraphicIcon
Indicates whether this primitive is displaying anchor handles that allow the user to change the rotation of this icon.
isAllowingRotation() - Method in interface GraphicLabel
Indicates whether this primitive is displaying anchor handles that allow the user to change the rotation of the text.
isAvailable() - Method in interface FeatureStoreFactory
Allows a factory to ensure all its preconditions are met, such as the presense of required libraries.
isAvailable() - Method in interface GraphicStoreFactory
Allows a GraphicStoreFactory to ensure all its preconditions are met, such as the presense of required libraries.
isAvailable() - Method in interface LayerSourceFactory
Allows a FeatureStoreFactory to ensure all its preconditions are met, such as the presense of required libraries.
isBacklightingSupported() - Method in interface DisplayCapabilities
Returns true if a given implementation supports drawing primitives in "backlit" mode, using the "isBacklighting" attribute of the GraphicStyle interface.
isBlinkSupported() - Method in interface DisplayCapabilities
Returns true if a given implementation supports the "blink" attribute of the GraphicStyle interface.
isCameraCalibrationInformationAvailable() - Method in interface ImageDescription
Indication of whether or not constants are available which allow for camera calibration corrections.
isCheckPointAvailable() - Method in interface Georectified
Indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data.
isCircle() - Method in interface GraphicArc
Indicates whether this GraphicArc is a circle.
isClosed() - Method in interface GraphicLineString
Returns the boolean flag indicating whether the graphic linestring is closed (its first and last points are the same) or open.
isClosedEllipse() - Method in interface GraphicArc
Indicates whether this GraphicArc is a closed ellipse.
isCollectionType() - Method in interface FeatureType
Returns true if features of this type can be cast to FeatureCollection.
isCompliant() - Method in interface FeatureCatalogueDescription
Indication of whether or not the cited feature catalogue complies with ISO 19110.
isConsumed() - Method in interface GraphicEvent
Returns whether or not this event has been consumed.
isControlPointAvailable() - Method in interface Georeferenceable
Indication of whether or not control point(s) exists.
isCycle() - Method in interface Boundary
Always returns true since boundary objects are cycles.
isCycle() - Method in interface Geometry
Returns true if this Geometry has an empty boundary after topological simplification (removal of overlaps between components in non-structured aggregates, such as subclasses of Aggregate).
isDashPatternSupported() - Method in interface DisplayCapabilities
Returns true if a given implementation will honor the "dashPattern" attribute of the GraphicStyle interface.
isDataEditable() - Method in interface GridCoverage
Returns true if grid data can be edited.
isElseFilter() - Method in interface Rule
Returns true if this Rule is to fire only if no other rules in the containing style have fired yet.
isEmpty() - Method in interface FeatureCollection
Returns true if this collection contains no Features.
isEventManagerSupported(Class) - Method in interface DisplayCapabilities
Returns true if a given implementation supports the given EventManager type.
isFilmDistortionInformationAvailable() - Method in interface ImageDescription
Indication of whether or not Calibration Reseau information is available.
isGradientSupported() - Method in interface DisplayCapabilities
Returns true if a given implementation support drawing primitives filled with a gradient as specified by in the GraphicStyle interface.
isIdentity() - Method in interface MathTransform
Tests whether this transform does not move any points.
isIdentity() - Method in interface Matrix
Returns true if this matrix is an identity matrix.
isIncludedWithDataset() - Method in interface FeatureCatalogueDescription
Indication of whether or not the feature catalogue is included with the dataset.
isIvfDefinitive() - Method in interface Ellipsoid
Indicates if the inverse flattening is definitive for this ellipsoid.
isLensDistortionInformationAvailable() - Method in interface ImageDescription
Indication of whether or not lens aberration correction information is available.
isLineGapSupported() - Method in interface DisplayCapabilities
Returns true if a given implementation will honor the "lineGap" attribute of the GraphicStyle interface.
isLineWidthSupported() - Method in interface DisplayCapabilities
Returns true if a given implementation will honor the "lineWidth" attribute of the GraphicStyle interface.
isMaximal() - Method in interface Complex
Returns true if and only if this Complex is maximal.
isMutable() - Method in interface Geometry
Returns false if this geometry is immutable.
isNoSubsets() - Method in interface Layer
Indicates that this Layer is not able to produce a map of a geographic area other than this layer's declared bounding box.
isNull(Expression) - Method in interface FilterFactory
Checks if an expression's value is null.
ISO_9660 - Static variable in class MediumFormat
Information processing – volume and file structure of CD-ROM.
ISO_9660_APPLE_HFS - Static variable in class MediumFormat
Hierarchical file system (Macintosh).
ISO_9660_ROCK_RIDGE - Static variable in class MediumFormat
Rock ridge interchange protocol (UNIX).
isOpaque() - Method in interface Layer
Indicates whether this Layer's renderable data should be considered opaque, and therefore requested at the bottom of a stack of maps.
isOrientationParameterAvailable() - Method in interface Georeferenceable
Indication of whether or not orientation parameters are available.
isPassingEventsToParent() - Method in interface Graphic
Returns a boolean indicating whether mouse events on this Graphic will be passed to the parent Graphic in addition to being passed to any listeners on this object.
isPolynomial() - Method in interface BSplineCurve
true if this is a polynomial spline.
isPrimaryKey() - Method in interface FeatureAttributeDescriptor
Returns true if this attribute forms all or part of the unique identifying value for the feature it is contained by.
isQueryable() - Method in interface Layer
Indicates whether the GetFeatureInfo operation is supported on this Layer.
isRadiometricCalibrationDataAvailable() - Method in interface ImageDescription
Indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available.
isShifted() - Method in interface Conic
Returns false if the affine transformation is used on the unshifted (u, v) and true if the affine transformation is applied to the shifted parameters (u', v').
isShowingAnchorHandles() - Method in interface Graphic
Returns the boolean flag that indicates whether this object is showing anchor handles.
isShowingEditHandles() - Method in interface Graphic
Returns the boolean flag that specifies whether this object is showing its edit handles.
isSimple() - Method in interface Geometry
Returns true if this Geometry has no interior point of self-intersection or selftangency.
isSimple() - Method in interface Ring
Always returns true since ring objects are simples.
isSimple() - Method in interface Shell
Always returns true since shell objects are simples.
isSphere() - Method in interface Ellipsoid
true if the ellipsoid is degenerate and is actually a sphere.
isTransformationParameterAvailable() - Method in interface GridSpatialRepresentation
Indication of whether or not parameters for transformation exists.
isVisible(DirectPosition) - Method in interface Canvas
Returns true if the given coordinate is visible on this Canvas.
iterator() - Method in interface FeatureCollection
Returns an iterator that enumerates all of the features in this collection.

K

KeyHandler - Interface in org.opengis.go.display.event
Defines a common abstraction whose implementations can associate different key handlers with a Component to switch key handling states easily.
KeyManager - Interface in org.opengis.go.display.event
Defines a common abstraction for classes that handle key events.
Keywords - Interface in org.opengis.metadata.identification
Keywords, their type and reference source.
KeywordType - Class in org.opengis.metadata.identification
Methods used to group similar keywords.
KeywordType(String) - Constructor for class KeywordType
Constructs an enum with the given name.
Knot - Interface in org.opengis.spatialschema.geometry.geometry
Controls the constructive parameter space for spline curves and surfaces.
KnotType - Class in org.opengis.spatialschema.geometry.geometry
The type of a B-spline.
KnotType(String) - Constructor for class KnotType
Constructs an enum with the given name.

L

Layer - Interface in org.opengis.layer
Organizes the basic GO-1 constructs that may be added to FeatureCanvas or Canvas.
LayerException - Exception in org.opengis.layer
Throws when a layer source failed to create a layer.
LayerException() - Constructor for exception LayerException
Creates an exception with no message.
LayerException(String) - Constructor for exception LayerException
Creates an exception with the specified message.
LayerException(Throwable) - Constructor for exception LayerException
Creates an exception with the specified cause.
LayerException(String, Throwable) - Constructor for exception LayerException
Creates an exception with the specified message.
LayerSource - Interface in org.opengis.layer.source
Provides Layers to a manager.
LayerSourceException - Exception in org.opengis.layer.source
Throws when a layer source factory failed to create a layer source.
LayerSourceException() - Constructor for exception LayerSourceException
Creates an exception with no message.
LayerSourceException(String) - Constructor for exception LayerSourceException
Creates an exception with the specified message.
LayerSourceException(Throwable) - Constructor for exception LayerSourceException
Creates an exception with the specified cause.
LayerSourceException(String, Throwable) - Constructor for exception LayerSourceException
Creates an exception with the specified message.
LayerSourceFactory - Interface in org.opengis.layer.source
A factory for LayerSource objects.
LEFT - Static variable in class XAnchor
Align to the left of the field.
LEFT - Static variable in class AxisDirection
Deprecated. Use AxisDirection.DISPLAY_LEFT instead.
LegalConstraints - Interface in org.opengis.metadata.constraint
Restrictions and legal prerequisites for accessing and using the resource.
LegendURL - Interface in org.opengis.layer
Contains the linkage to an image of a map legend appropriate to the enclosing Style.
length(Position, Position) - Method in interface GenericCurve
Returns the length between two points.
length(double, double) - Method in interface GenericCurve
Returns the length between two constructive parameters.
length() - Method in interface PointArray
Returns the length (the number of elements) of this array.
less(Expression, Expression) - Method in interface FilterFactory
Checks that its first sub-expression is less than its second subexpression.
lessOrEqual(Expression, Expression) - Method in interface FilterFactory
Checks that its first sub-expression is less than or equal to its second subexpression.
levelChanged(FeatureLayerEvent) - Method in interface FeatureLayerListener
Invoked when the Z-order value has changed.
LICENSE - Static variable in class Restriction
Formal permission to do something.
LIGHTNESS_BAND - Static variable in class ColorInterpretation
Lightness Band for the HLS color model.
like(Expression, String) - Method in interface FilterFactory
Character string comparison operator with pattern matching and default wildcards.
like(Expression, String, String, String, String) - Method in interface FilterFactory
Character string comparison operator with pattern matching and specified wildcards.
LINE - Static variable in class DimensionNameType
Scan line of a sensor.
Lineage - Interface in org.opengis.metadata.lineage
Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.
LINEAR - Static variable in class CurveInterpolation
The interpolation mechanism shall return direct positions on a straight line between each consecutive pair of control points.
LinearCS - Interface in org.opengis.referencing.cs
A one-dimensional coordinate system that consists of the points that lie on the single axis described.
LineCap - Class in org.opengis.go.display.style
Instances of LineCap indicate the various ways of capping the end of a styled line.
LineCap(String, String) - Constructor for class LineCap
Construct a new LineCap with the given name and description.
LineJoin - Class in org.opengis.go.display.style
Indicates the various various ways of joining two lines at their intersection.
LineJoin(String, String) - Constructor for class LineJoin
Construct a new LineJoin with the given name and description.
LinePattern - Class in org.opengis.go.display.style
Indicate the various enumerations of drawing a patterned line.
LinePattern(String, String) - Constructor for class LinePattern
 
LinePlacement - Interface in org.opengis.sld
Helds by a TextSymbol to indicate that text should be drawn at some distance from a line.
LineSegment - Interface in org.opengis.spatialschema.geometry.geometry
Two distinct direct positions (the start point and end point) joined by a straight line.
LineString - Interface in org.opengis.spatialschema.geometry.geometry
A sequence of line segments, each having a parameterization like the one LineSegment.
LineStyle - Class in org.opengis.go.display.style
Indicate the various enumerations of drawing a line.
LineStyle(String, String) - Constructor for class LineStyle
Construct a new LineStyle with the give name and description.
LineSymbol - Interface in org.opengis.sld
Gives directions for how to draw lines on a map.
LineSymbolizer - Interface in org.opengis.go.display.style
Encapsulates the style data applicable to Graphics that are of type Line in the sense of SLD (OGC 02-070).
listSubNames() - Method in interface GridCoverageReader
Retrieve the list of grid coverages contained within the input source.
Literal - Interface in org.opengis.filter.expression
Instances of this interface provide a constant, literal value that can be used in expressions.
literal(Object) - Method in interface FilterFactory
A constant, literal value that can be used in expressions.
literal(byte) - Method in interface FilterFactory
A constant, literal Byte value that can be used in expressions.
literal(short) - Method in interface FilterFactory
A constant, literal Short value that can be used in expressions.
literal(int) - Method in interface FilterFactory
A constant, literal Integer value that can be used in expressions.
literal(long) - Method in interface FilterFactory
A constant, literal Long value that can be used in expressions.
literal(float) - Method in interface FilterFactory
A constant, literal Float value that can be used in expressions.
literal(double) - Method in interface FilterFactory
A constant, literal Double value that can be used in expressions.
literal(char) - Method in interface FilterFactory
A constant, literal Character value that can be used in expressions.
literal(boolean) - Method in interface FilterFactory
A constant, literal Boolean value that can be used in expressions.
LO_BIT_FIRST - Static variable in class ValueInBytePacking
Low bit firts (little endian order).
loadIconResource(Class, String) - Static method in class SimpleEnumerationType
Load an icon for this enumeration.
LocalName - Interface in org.opengis.util
Identifier within a name space for a local object.
LOCATION - Static variable in class TopicCategory
Positional information and services.
lock() - Method in interface FeatureCollection
Lock this collection of features.
lockAll(Collection<Feature>) - Method in interface FeatureCollection
Lock indicated features.
LockRequest - Interface in org.opengis.feature
Represents the request for a lock.
LockResponse - Interface in org.opengis.feature
Represents a response for a lock request.
LogicalConsistency - Interface in org.opengis.metadata.quality
Degree of adherence to logical rules of data structure, attribution and relationships (data structure can be conceptual, logical or physical).
LogoURL - Interface in org.opengis.layer
Provides the linkage to the logo image of the data provider defined by the enclosing Attribution.
LONG_DASHED - Static variable in class LinePattern
The line should be drawn long dashed.
LONG_DOT_DASHED - Static variable in class LinePattern
The line should be drawn long dot dashed.
LOWER_LEFT - Static variable in class PixelOrientation
The corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value.
LOWER_RIGHT - Static variable in class PixelOrientation
Next corner counterclockwise from the lower left.

M

MAGENTA_BAND - Static variable in class ColorInterpretation
Magenta Band for the CMYK color model.
MaintenanceFrequency - Class in org.opengis.metadata.maintenance
Frequency with which modifications and deletions are made to the data after it is first produced.
MaintenanceFrequency(String) - Constructor for class MaintenanceFrequency
Constructs an enum with the given name.
MaintenanceInformation - Interface in org.opengis.metadata.maintenance
Information about the scope and frequency of updating.
MANDATORY - Static variable in class Obligation
Element is always required.
Map2D - Interface in org.opengis.go.display.canvas.map2d
The Map2D interface extends the Canvas interface in order to clearly define a group of properties for 2 dimensional maps.
Map2DController - Interface in org.opengis.go.display.canvas.map2d
Setter methods for properties that define a rectangular, 2D Canvas.
Map2DState - Interface in org.opengis.go.display.canvas.map2d
The Map2DState explicitly names the properties necessary to define a rectangular, 2D canvas.
MAP_DIGITAL - Static variable in class PresentationForm
Map represented in raster or vector form.
MAP_HARDCOPY - Static variable in class PresentationForm
Map printed on paper, photographic material, or other media for use directly by the human user.
Mark - Class in org.opengis.go.display.style
Indicate the various methods of sybolizing points with marks.
Mark(String, String) - Constructor for class Mark
Construct a new Mark with the given name and description.
Mark - Interface in org.opengis.sld
Indicate that one of a few predefined shapes will be drawn at the points of the geometry.
MathTransform - Interface in org.opengis.referencing.operation
Transforms multi-dimensional coordinate points.
MathTransform1D - Interface in org.opengis.referencing.operation
Transforms one-dimensional coordinate points.
MathTransform2D - Interface in org.opengis.referencing.operation
Transforms two-dimensional coordinate points.
MathTransformFactory - Interface in org.opengis.referencing.operation
Low level factory for creating math transforms.
Matrix - Interface in org.opengis.referencing.operation
A two dimensional array of numbers.
Medium - Interface in org.opengis.metadata.distribution
Information about the media on which the resource can be distributed.
MediumFormat - Class in org.opengis.metadata.distribution
Method used to write to the medium.
MediumFormat(String) - Constructor for class MediumFormat
Constructs an enum with the given name.
MediumName - Class in org.opengis.metadata.distribution
Name of the medium.
MediumName(String) - Constructor for class MediumName
Constructs an enum with the given name.
META_CLASS - Static variable in class Datatype
Class whose instances are classes.
MetaData - Interface in org.opengis.metadata
Root entity which defines metadata about a resource or resources.
MetadataExtensionInformation - Interface in org.opengis.metadata
Information describing metadata extensions.
MetadataNameNotFoundException - Exception in org.opengis.coverage
Thrown when a requested metadata is not found.
MetadataNameNotFoundException() - Constructor for exception MetadataNameNotFoundException
Creates an exception with no message.
MetadataNameNotFoundException(String) - Constructor for exception MetadataNameNotFoundException
Creates an exception with the specified message.
MetadataURL - Interface in org.opengis.layer
Offers detailed, standardized metadata about the data corresponding to a particular Layer.
MIDDLE - Static variable in class YAnchor
Align the middle of the field.
MismatchedDimensionException - Exception in org.opengis.spatialschema.geometry
Indicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.
MismatchedDimensionException() - Constructor for exception MismatchedDimensionException
Creates an exception with no message.
MismatchedDimensionException(String) - Constructor for exception MismatchedDimensionException
Creates an exception with the specified message.
MismatchedReferenceSystemException - Exception in org.opengis.spatialschema.geometry
Indicates that an object cannot be constructed because of a mismatch in the reference systems of geometric components.
MismatchedReferenceSystemException() - Constructor for exception MismatchedReferenceSystemException
Creates an exception with no message.
MismatchedReferenceSystemException(String) - Constructor for exception MismatchedReferenceSystemException
Creates an exception with the specified message.
MITER - Static variable in class LineJoin
This constant indicates that lines should be joined at intersections by extending their outside edges until they meet.
MODEL - Static variable in class ScopeCode
Information applies to a copy or imitation of an existing or hypothetical object.
MODEL_DIGITAL - Static variable in class PresentationForm
Multi-dimensional digital representation of a feature, process, etc.
MODEL_HARDCOPY - Static variable in class PresentationForm
3-dimensional, physical model.
MODIFY - Static variable in class FeatureStoreEvent
Constant that indicates that a feature type's schema was modified in a feature store.
modifyType(FeatureType) - Method in interface FeatureStore
Modifies the type by changing the schema to what is passed as a parameter.
MONTHLY - Static variable in class MaintenanceFrequency
Data is updated each month.
MOUSE_CLICKED - Static variable in interface GraphicMouseEvent
Flag for mouse clicked.
MOUSE_DWELLED - Static variable in interface GraphicMouseEvent
Flag for mouse dwelled.
MOUSE_PRESSED - Static variable in interface GraphicMouseEvent
Flag for mouse pressed.
MOUSE_RELEASED - Static variable in interface GraphicMouseEvent
Flag for mouse released.
mouseClicked(GraphicMouseEvent) - Method in interface GraphicListener
Invoked when the mouse has been clicked on a Graphic.
mouseDwelled(GraphicMouseEvent) - Method in interface GraphicListener
Invoked when the mouse dwells on a Graphic.
MouseHandler - Interface in org.opengis.go.display.event
Defines a common abstraction whose implementations can associate different mouse handlers with a Component to switch mouse handling states easily.
MouseManager - Interface in org.opengis.go.display.event
Defines a common abstraction for classes that handle mouse events.
mousePressed(GraphicMouseEvent) - Method in interface GraphicListener
Invoked when a mouse button has been pressed on a Graphic.
mouseReleased(GraphicMouseEvent) - Method in interface GraphicListener
Invoked when a mouse button has been released on a Graphic.
Multiply - Interface in org.opengis.filter.expression
Encodes the operation of multiplication.
multiply(Expression, Expression) - Method in interface FilterFactory
Computes the numeric product of their first and second operand.
MultiPoint - Interface in org.opengis.spatialschema.geometry.aggregate
 
MultiPrimitive - Interface in org.opengis.spatialschema.geometry.aggregate
Specialization of the Aggregate interface that restricts the elements to only being of type Primitive.

N

name() - Method in class CodeList
Returns the name of this enum constant.
NAME_KEY - Static variable in interface IdentifiedObject
Key for the "name" property to be given to the object factory createFoo(…) methods.
NameFactory - Interface in org.opengis.util
Factory for generic names and international strings.
NEGATIVE_SLANTS - Static variable in class FillPattern
Parallel slanted lines running from upper left to lower right.
next() - Method in interface FeatureIterator
Method inherited from Iterator that returns the next Feature object from the iterator.
NIGHT - Static variable in class ImagingCondition
Image was taken at night.
NON_GEOGRAPHIC_DATASET - Static variable in class ScopeCode
information applies to non-geographic data;
NONE - Static variable in class ArrowStyle
Solid line with an no arrowhead.
NONE - Static variable in class DashArray
 
NONE - Static variable in class FillPattern
No fill pattern.
NONE - Static variable in class LinePattern
The line should be drawn with no pattern.
NONE - Static variable in class SurfaceInterpolation
The interior of the surface is not specified.
NoninvertibleTransformException - Exception in org.opengis.referencing.operation
Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
NoninvertibleTransformException() - Constructor for exception NoninvertibleTransformException
Construct an exception with no detail message.
NoninvertibleTransformException(String) - Constructor for exception NoninvertibleTransformException
Construct an exception with the specified detail message.
NoninvertibleTransformException(String, Throwable) - Constructor for exception NoninvertibleTransformException
Construct an exception with the specified detail message and cause.
NonQuantitativeAttributeCorrectness - Interface in org.opengis.metadata.quality
Correctness of non-quantitative attributes.
NORTH - Static variable in class AxisDirection
Axis positive direction is north.
NORTH_EAST - Static variable in class AxisDirection
Axis positive direction is approximately north-east.
NORTH_NORTH_EAST - Static variable in class AxisDirection
Axis positive direction is approximately north-north-east.
NORTH_NORTH_WEST - Static variable in class AxisDirection
Axis positive direction is approximately north-north-west.
NORTH_WEST - Static variable in class AxisDirection
Axis positive direction is approximately north-west.
NoSuchAuthorityCodeException - Exception in org.opengis.referencing
Thrown when an authority factory can't find the requested authority code.
NoSuchAuthorityCodeException(String, String, String) - Constructor for exception NoSuchAuthorityCodeException
Construct an exception with the specified detail message and authority code.
NoSuchEnumerationException - Exception in org.opengis.util
Exception that is thrown when an invalid enumeration lookup is performed in the SimpleEnumerationType class.
NoSuchEnumerationException(int) - Constructor for exception NoSuchEnumerationException
Constructs an exception with the given invalid value.
NoSuchIdentifierException - Exception in org.opengis.referencing
Thrown when a math transform as been requested with an unknow operation method identifier.
NoSuchIdentifierException(String, String) - Constructor for exception NoSuchIdentifierException
Construct an exception with the specified detail message and classification name.
not(Filter) - Method in interface FilterFactory
Reverses the logical value of a filter.
Not - Interface in org.opengis.filter
Reverses the logical value of an expression.
NOT_PLANNED - Static variable in class MaintenanceFrequency
There are no plans to update the data.

O

OBJECT - Static variable in class DataType
Constant to be used when the value of an attribute is a Java object that represents some complex type.
ObjectFactory - Interface in org.opengis.referencing
Base interface for all factories of identified objects.
Obligation - Enum in org.opengis.annotation
Obligation of the element or entity.
Obligation - Class in org.opengis.metadata
Obligation of the element or entity.
Obligation(String) - Constructor for class Obligation
Constructs an enum with the given name.
OBSOLETE - Static variable in class Progress
Data is no longer relevant.
OCEANS - Static variable in class TopicCategory
Geatures and characteristics of salt water bodies (excluding inland waters).
OFFLINE_ACCESS - Static variable in class OnLineFunction
Online instructions for requesting the resource from the provider.
OffsetCurve - Interface in org.opengis.spatialschema.geometry.geometry
A curve at a constant distance from the basis curve.
ON_GOING - Static variable in class Progress
Data is continually being updated.
ON_LINE - Static variable in class MediumName
Direct computer linkage.
OnLineFunction - Class in org.opengis.metadata.citation
Class of information to which the referencing entity applies.
OnLineFunction(String) - Constructor for class OnLineFunction
Constructs an enum with the given name.
OnLineResource - Interface in org.opengis.metadata.citation
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
OPAQUE_STIPPLED - Static variable in class FillStyle
This constant indicates that an object should be filled with the fill pattern specified in the GraphicStyle.
OPEN - Static variable in class GraphicArc.ArcClosure
Closure type that indicates that the endpoints of the arc should not be connected.
OPEN_ARROW - Static variable in class ArrowStyle
Solid line with an open arrowhead on one end in the foreground color.
Operation - Interface in org.opengis.coverage.processing
This interface provides descriptive information for a grid coverage processing operation.
Operation - Interface in org.opengis.referencing.operation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
OPERATION_VERSION_KEY - Static variable in interface CoordinateOperation
Key for the "operationVersion" property.
OperationMethod - Interface in org.opengis.referencing.operation
Definition of an algorithm used to perform a coordinate operation.
OperationNotFoundException - Exception in org.opengis.coverage.processing
Throws if an operation name given to doOperation(…) is not a know operation.
OperationNotFoundException() - Constructor for exception OperationNotFoundException
Creates an exception with no message.
OperationNotFoundException(String) - Constructor for exception OperationNotFoundException
Creates an exception with the specified message.
OperationNotFoundException - Exception in org.opengis.referencing.operation
Thrown when a coordinate operation is not found.
OperationNotFoundException() - Constructor for exception OperationNotFoundException
Construct an exception with no detail message.
OperationNotFoundException(String) - Constructor for exception OperationNotFoundException
Construct an exception with the specified detail message.
OperationNotFoundException(String, Throwable) - Constructor for exception OperationNotFoundException
Construct an exception with the specified detail message and cause.
opposite() - Method in class AxisDirection
Returns the opposite direction of this axis.
OPTIONAL - Static variable in class Obligation
Element is not required.
or(Filter, Filter) - Method in interface FilterFactory
OR filter between two filters.
or(List<Filter>) - Method in interface FilterFactory
OR filter between a list of filters.
Or - Interface in org.opengis.filter
Evaluates to true if any of the combined expressions evaluate to true.
ORDER - Static variable in class OnLineFunction
Online order process for obtaining the resource.
ordinal() - Method in class CodeList
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
org.opengis.annotation - package org.opengis.annotation
Set of annotations mapping GeoAPI interfaces to OpenGIS UML or XML schemas.
org.opengis.coverage - package org.opengis.coverage
Coverages (generate a value for any point).
org.opengis.coverage.grid - package org.opengis.coverage.grid
Grid coverages (coverages with gridded data).
org.opengis.coverage.processing - package org.opengis.coverage.processing
Grid coverage processor (image processing functionality).
org.opengis.feature - package org.opengis.feature
Gives a normalized interface to a data provider that can serve up collections of Feature objects.
org.opengis.feature.display - package org.opengis.feature.display
Root package for feature display services.
org.opengis.feature.display.canvas - package org.opengis.feature.display.canvas
Canvas for features and its layers.
org.opengis.feature.display.canvas.web - package org.opengis.feature.display.canvas.web
Canvas for features on the web.
org.opengis.filter - package org.opengis.filter
Filters features according their properties.
org.opengis.filter.expression - package org.opengis.filter.expression
An expression is a combination of one or more elements that evaluate to single Object value.
org.opengis.filter.spatial - package org.opengis.filter.spatial
A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship.
org.opengis.go - package org.opengis.go
 
org.opengis.go.display - package org.opengis.go.display
 
org.opengis.go.display.canvas - package org.opengis.go.display.canvas
 
org.opengis.go.display.canvas.map2d - package org.opengis.go.display.canvas.map2d
 
org.opengis.go.display.canvas.map2d.web - package org.opengis.go.display.canvas.map2d.web
 
org.opengis.go.display.canvas.web - package org.opengis.go.display.canvas.web
 
org.opengis.go.display.event - package org.opengis.go.display.event
 
org.opengis.go.display.primitive - package org.opengis.go.display.primitive
 
org.opengis.go.display.primitive.store - package org.opengis.go.display.primitive.store
 
org.opengis.go.display.style - package org.opengis.go.display.style
 
org.opengis.go.display.style.event - package org.opengis.go.display.style.event
 
org.opengis.go.spatial - package org.opengis.go.spatial
 
org.opengis.layer - package org.opengis.layer
Basic unit of geographic information that may be requested as a map from a server.
org.opengis.layer.source - package org.opengis.layer.source
Sources of layers.
org.opengis.metadata - package org.opengis.metadata
Root package for metadata.
org.opengis.metadata.citation - package org.opengis.metadata.citation
Citation and responsible party information.
org.opengis.metadata.constraint - package org.opengis.metadata.constraint
Constraints information (includes legal and security).
org.opengis.metadata.content - package org.opengis.metadata.content
Content information (includes Feature catalogue and Coverage descriptions).
org.opengis.metadata.distribution - package org.opengis.metadata.distribution
Distribution information.
org.opengis.metadata.extent - package org.opengis.metadata.extent
Extent information.
org.opengis.metadata.identification - package org.opengis.metadata.identification
Identification information (includes data and service identification).
org.opengis.metadata.lineage - package org.opengis.metadata.lineage
Lineage information.
org.opengis.metadata.maintenance - package org.opengis.metadata.maintenance
Maintenance information.
org.opengis.metadata.quality - package org.opengis.metadata.quality
Data quality and positional accuracy.
org.opengis.metadata.spatial - package org.opengis.metadata.spatial
Spatial representation information (includes grid and vector representation).
org.opengis.parameter - package org.opengis.parameter
Description and storage of parameter values.
org.opengis.referencing - package org.opengis.referencing
Reference systems.
org.opengis.referencing.crs - package org.opengis.referencing.crs
Coordinate reference systems (coordinate systems with a datum).
org.opengis.referencing.cs - package org.opengis.referencing.cs
Coordinate systems and their axis.
org.opengis.referencing.datum - package org.opengis.referencing.datum
Geodetic datum (the relationship of a coordinate system to the earth).
org.opengis.referencing.operation - package org.opengis.referencing.operation
Coordinate operations (relationship between any two coordinate reference systems).
org.opengis.sld - package org.opengis.sld
Allows user-defined symbolization of feature data.
org.opengis.spatialschema.geometry - package org.opengis.spatialschema.geometry
Root package for geometries.
org.opengis.spatialschema.geometry.aggregate - package org.opengis.spatialschema.geometry.aggregate
Aggregations of geometric objects.
org.opengis.spatialschema.geometry.complex - package org.opengis.spatialschema.geometry.complex
Set of primitive geometric objects whose interiors are disjoint.
org.opengis.spatialschema.geometry.geometry - package org.opengis.spatialschema.geometry.geometry
Set of geometric objects.
org.opengis.spatialschema.geometry.primitive - package org.opengis.spatialschema.geometry.primitive
Set of geometric objects that are not decomposed further into other primitives.
org.opengis.util - package org.opengis.util
A set of utilities classes and interfaces for OpenGIS interfaces.
OrientableCurve - Interface in org.opengis.spatialschema.geometry.primitive
A curve and an orientation inherited from OrientablePrimitive.
OrientablePrimitive - Interface in org.opengis.spatialschema.geometry.primitive
Primitives that can be mirrored into new geometric objects in terms of their internal local coordinate systems (manifold charts).
OrientableSurface - Interface in org.opengis.spatialschema.geometry.primitive
A surface and an orientation inherited from OrientablePrimitive.
ORIGINATOR - Static variable in class Role
Party who created the resource.
ORTHOMETRIC - Static variable in class VerticalDatumType
A vertical datum for orthometric heights that are measured along the plumb line.
OTHER - Static variable in class AxisDirection
Unknown or unspecified axis orientation.
OTHER_RESTRICTIONS - Static variable in class Restriction
Limitation not listed.
OTHER_SURFACE - Static variable in class VerticalDatumType
In some cases, e.g. oil exploration and production, a geological feature, such as the top or bottom of a geologically identifiable and meaningful subsurface layer, is used as a vertical datum.
overlaps(String, Geometry) - Method in interface FilterFactory
Checks if the interior of the first geometry somewhere overlaps the interior of the second geometry.
Overlaps - Interface in org.opengis.filter.spatial
Concrete binary spatial operator that evaluates to true if the interior of the first geometry somewhere overlaps the interior of the second geometry.
OWNER - Static variable in class Role
Party that owns the resource.

P

PALETTE_INDEX - Static variable in class ColorInterpretation
Band is a color index into a color table.
PaletteInterpretation - Class in org.opengis.coverage
Describes the color entry in a color table.
PaletteInterpretation(String) - Constructor for class PaletteInterpretation
Constructs an enum with the given name.
PARABOLIC_ARC - Static variable in class SplineCurveForm
An arc of a finite length of a parabola.
parameter(String) - Method in interface ParameterValueGroup
Returns the value in this group for the specified identifier code.
ParameterDescriptor - Interface in org.opengis.parameter
The definition of a parameter used by an operation method.
ParameterDescriptorGroup - Interface in org.opengis.parameter
The definition of a group of related parameters used by an operation method.
ParameterNotFoundException - Exception in org.opengis.parameter
Thrown when a required parameter was not found in a parameter group.
ParameterNotFoundException(String, String) - Constructor for exception ParameterNotFoundException
Creates an exception with the specified message and parameter name.
ParameterValue - Interface in org.opengis.parameter
A parameter value used by an operation method.
ParameterValueGroup - Interface in org.opengis.parameter
A group of related parameter values.
PARAMETRIC_CURVE - Static variable in class SurfaceInterpolation
The control points are organized into a 2-dimensional grid and each cell within the grid is spanned by a surface which shall be defined by a family of curves.
ParametricCurveSurface - Interface in org.opengis.spatialschema.geometry.geometry
The surface patches that make up the parametric curve surfaces.
ParamForPoint - Interface in org.opengis.spatialschema.geometry.geometry
The curve parameter for a point.
parse(InputStream) - Method in interface FeatureStyleFactory
Parses a feature style from a J2SE input stream.
parse(InputSource) - Method in interface FeatureStyleFactory
Parses a feature style from a XML input source.
parse(String) - Method in interface FeatureStyleFactory
Parses a feature style from a character string.
pass() - Method in interface ConformanceResult
Indication of the conformance result.
PassThroughOperation - Interface in org.opengis.referencing.operation
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
PAST - Static variable in class AxisDirection
Axis positive direction is towards the past.
PATENT - Static variable in class Restriction
Government has granted exclusive right to make, sell, use or license an invention or discovery.
PATENT_PENDING - Static variable in class Restriction
Produced or sold information awaiting a patent.
PathType - Class in org.opengis.go.spatial
This class serves as the base class for objects that represent the various methods for computing a path between two locations.
PathType(String, String) - Constructor for class PathType
Creates a new PathType with the given value and name.
PHYSICAL_MEASUREMENT - Static variable in class CoverageContentType
Value in physical units of the quantity being measured.
PIE - Static variable in class GraphicArc.ArcClosure
Closure type that indicates that two lines, one from each endpoint of the arc, should be drawn to the center of the ellipse defining the arc.
PIECEWISE_BEZIER - Static variable in class KnotType
The form of knots is appropriate for a piecewise Bezier curve.
PIXEL_STRAIGHT - Static variable in class UnprojectedPathType
 
PixelInCell - Class in org.opengis.referencing.datum
Specification of the way the image grid is associated with the image data attributes.
PixelInCell(String) - Constructor for class PixelInCell
Constructs an enum with the given name.
PixelOrientation - Class in org.opengis.metadata.spatial
Point in a pixel corresponding to the Earth location of the pixel.
PixelOrientation(String) - Constructor for class PixelOrientation
Constructs an enum with the given name.
PLACE - Static variable in class KeywordType
Keyword identifies a location.
Placement - Interface in org.opengis.spatialschema.geometry.geometry
Takes a standard geometric construction and places it in geographic space.
PLANAR - Static variable in class SurfaceInterpolation
The interpolation method shall return points on a single plane.
PLANAR_GRAPH - Static variable in class TopologyLevel
1-dimensional topological complex which is planar.
PlanarProjection - Interface in org.opengis.referencing.operation
Base interface for for azimuthal (or planar) map projections.
PLANNED - Static variable in class Progress
Fixed date has been established upon or by which the data will be created or updated.
PLANNING_CADASTRE - Static variable in class TopicCategory
Information used for appropriate actions for future use of the land.
PLUSSES - Static variable in class FillPattern
Small closely spaced '+' marks.
POINT - Static variable in class CellGeometry
Each cell represents a point.
POINT - Static variable in class GeometricObjectType
Zero-dimensional geometric primitive, representing a position but not having an extent.
Point - Interface in org.opengis.spatialschema.geometry.primitive
Basic data type for a geometric object consisting of one and only one point.
POINT_OF_CONTACT - Static variable in class Role
Party who can be contacted for acquiring knowledge about or acquisition of the resource.
PointArray - Interface in org.opengis.spatialschema.geometry.geometry
A sequence of points.
PointGrid - Interface in org.opengis.spatialschema.geometry.geometry
A grid of points.
PointOutsideCoverageException - Exception in org.opengis.coverage
Thrown when a evaluate(…) method is invoked with a point outside coverage.
PointOutsideCoverageException() - Constructor for exception PointOutsideCoverageException
Creates an exception with no message.
PointOutsideCoverageException(String) - Constructor for exception PointOutsideCoverageException
Creates an exception with the specified message.
PointPlacement - Interface in org.opengis.sld
Used in the TextSymbol class to indicate that text should be drawn starting at a particular point and extending in a straight line.
PointSymbol - Interface in org.opengis.sld
Indicates how to draw point geometries on a map.
PointSymbolizer - Interface in org.opengis.go.display.style
Encapsulates the point and mark attributes that can be applied to any point Graphic.
PolarCS - Interface in org.opengis.referencing.cs
A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.
Polygon - Interface in org.opengis.spatialschema.geometry.geometry
A surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere.
PolygonSymbol - Interface in org.opengis.sld
Holds the information that indicates how to draw the lines and the interior of polygons.
PolygonSymbolizer - Interface in org.opengis.go.display.style
Encapsulates the style data applicable to Graphics that are of type Polygon in the sense of SLD (OGC 02-070).
PolyhedralSurface - Interface in org.opengis.spatialschema.geometry.geometry
A surface composed of polygon surfaces connected along their common boundary curves.
POLYLINE_FORM - Static variable in class SplineCurveForm
A connected sequence of line segments represented by a 1 degree B-spline (a line string).
POLYNOMIAL_SPLINE - Static variable in class CurveInterpolation
The control points are ordered as in a line-string, but they are spanned by a polynomial spline function.
POLYNOMIAL_SPLINE - Static variable in class SurfaceInterpolation
The control points are organized into an irregular 2-dimensional grid and each cell within this grid is spanned by a polynomial spline function.
PolynomialSpline - Interface in org.opengis.spatialschema.geometry.geometry
A polynimal spline.
PortrayalCatalogueReference - Interface in org.opengis.metadata
Information identifying the portrayal catalogue used.
Position - Interface in org.opengis.spatialschema.geometry.geometry
A type consisting of either a direct position or of a point from which a direct position shall be obtained.
POSITIONAL_ACCURACY_KEY - Static variable in interface CoordinateOperation
Key for the "positionalAccuracy" property.
PositionalAccuracy - Interface in org.opengis.metadata.quality
Accuracy of the position of features.
positions() - Method in interface PointArray
Returns a view of the points in this array as a list of positions.
POSITIVE_SLANTS - Static variable in class FillPattern
Parallel slanted lines running from lower left to upper right.
PresentationForm - Class in org.opengis.metadata.citation
Mode in which the data is represented.
PresentationForm(String) - Constructor for class PresentationForm
Constructs an enum with the given name.
PrimeMeridian - Interface in org.opengis.referencing.datum
A prime meridian defines the origin from which longitude values are determined.
Primitive - Interface in org.opengis.spatialschema.geometry.primitive
Abstract root class of the geometric primitives.
PrimitiveBoundary - Interface in org.opengis.spatialschema.geometry.primitive
The boundary of primitive objects.
PrimitiveFactory - Interface in org.opengis.spatialschema.geometry.primitive
A factory of primitive geometric objects.
PRINCIPAL_INVESTIGATOR - Static variable in class Role
Key party responsible for gathering information and conducting research.
PROCESSOR - Static variable in class Role
Party who has processed the data in a manner such that the resource has been modified.
ProcessStep - Interface in org.opengis.metadata.lineage
Description of the event, including related parameters or tolerances.
Profile - Annotation Type in org.opengis.annotation
An annotation mapping an interface, methods or fields to a profile.
PROFILE_DIGITAL - Static variable in class PresentationForm
Vertical cross-section in digital form.
PROFILE_HARDCOPY - Static variable in class PresentationForm
Vertical cross-section printed on paper, etc.
Progress - Class in org.opengis.metadata.identification
Status of the dataset or progress of a review.
Progress(String) - Constructor for class Progress
Constructs an enum with the given name.
ProjectedCRS - Interface in org.opengis.referencing.crs
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
Projection - Interface in org.opengis.referencing.operation
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
property(String) - Method in interface FilterFactory
Retrieves the value of a feature's property.
PROPERTY_TYPE - Static variable in class ScopeCode
Information applies to a property type.
PropertyIsBetween - Interface in org.opengis.filter
A compact way of encoding a range check.
PropertyIsEqualTo - Interface in org.opengis.filter
Filter operator that compares that its two sub-expressions are equal to each other.
PropertyIsGreaterThan - Interface in org.opengis.filter
Filter operator that checks that its first sub-expression is greater than its second subexpression.
PropertyIsGreaterThanOrEqualTo - Interface in org.opengis.filter
Filter operator that checks that its first sub-expression is greater or equal to its second subexpression.
PropertyIsLessThan - Interface in org.opengis.filter
Filter operator that checks that its first sub-expression is less than its second subexpression.
PropertyIsLessThanOrEqualTo - Interface in org.opengis.filter
Filter operator that checks that its first sub-expression is less than or equal to its second subexpression.
PropertyIsLike - Interface in org.opengis.filter
Filter operator that performs the equivalent of the SQL "like" operator on properties of a feature.
PropertyIsNull - Interface in org.opengis.filter
Filter operator that checks if an expression's value is null.
PropertyName - Interface in org.opengis.filter.expression
Expression class whose value is computed by retrieving the value of a feature's property.
PUBLICATION - Static variable in class DateType
Date identifies when the resource was issued.
PUBLISHER - Static variable in class Role
Party who published the resource.
pushKeyHandler(KeyHandler) - Method in interface KeyManager
Enables the given KeyHandler, and pushes it on the stack so that if another KeyHandler gets enabled, this one will be reenabled when that KeyHandler is removed.
pushMouseHandler(MouseHandler) - Method in interface MouseManager
Enable the given MouseHandler, and push it on the stack so that if another MouseHandler gets enabled, this one will be reenabled when that MouseHandler is removed.
putClientProperty(Object, Object) - Method in interface Graphic
Adds an arbitrary key/value "client property" to this Graphic.
putProperty(Object, Object) - Method in interface Transaction
Provides a property for this transasction.
putState(Object, Transaction.State) - Method in interface Transaction
Allows FeatureStore to squirel away information (and callbacks) for later.

Q

QuantitativeAttributeAccuracy - Interface in org.opengis.metadata.quality
Accuracy of quantitative attributes.
QuantitativeResult - Interface in org.opengis.metadata.quality
Information about the value (or set of values) obtained from applying a data quality measure.
QUARTERLY - Static variable in class MaintenanceFrequency
Data is updated every three months.
QUASI_UNIFORM - Static variable in class KnotType
The form of knots is appropriate for a quasi-uniform B-spline.
Query - Interface in org.opengis.feature
Used by the getFeatures method of the data store interface, to encapsulate a request.

R

RAIN - Static variable in class ImagingCondition
Image was taken during rainfall.
RangeDimension - Interface in org.opengis.metadata.content
Information on the range of each dimension of a cell measurement value.
RATIONAL_SPLINE - Static variable in class CurveInterpolation
The control points are ordered as in a line string, but they are spanned by a rational (quotient of polynomials) spline function.
RATIONAL_SPLINE - Static variable in class SurfaceInterpolation
The control points are organized into an irregular 2-dimensional grid and each cell within this grid is spanned by a rational (quotient of polynomials) spline function.
read(GeneralParameterValue[]) - Method in interface GridCoverageReader
Read the grid coverage from the current stream position, and move to the next grid coverage.
readResolve() - Method in class CodeList
Resolve the code list to an unique instance after deserialization.
REAL_32BITS - Static variable in class SampleDimensionType
Simple precision floating point numbers.
REAL_64BITS - Static variable in class SampleDimensionType
Double precision floating point numbers.
REALIZATION_EPOCH_KEY - Static variable in interface Datum
Key for the "realizationEpoch" property to be given to the datum factory createFoo(…) methods.
RED_BAND - Static variable in class ColorInterpretation
Red Band for the RGB color model components.
ReferenceSystem - Interface in org.opengis.referencing
Description of a spatial and temporal reference system used by a dataset.
refresh() - Method in interface Graphic
Flags this Graphic object as needing to be redrawn, due to changes to the internal data of the object which affect the rendering of the object.
registerFeatureCollection(FeatureCollection, GenericName) - Method in interface FeatureStore
Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given type.
registerFeatureCollection(FeatureCollection, GenericName, Filter) - Method in interface FeatureStore
Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given type that meet the given filter.
registerFeatureCollection(FeatureCollection, Query) - Method in interface FeatureStore
Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given type that meet the given filter.
RelativeInternalPositionalAccuracy - Interface in org.opengis.metadata.quality
Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.
REMARKS_KEY - Static variable in interface IdentifiedObject
Key for the "remarks" property to be given to the object factory createFoo(…) methods.
remove(Feature) - Method in interface FeatureCollection
Removes the given feature from this collection.
remove() - Method in interface FeatureIterator
If supported by the underlying FeatureCollection, invoking this method will remove the last Feature returned by FeatureIterator.next().
remove(Graphic) - Method in interface Canvas
Removes the given Graphic from this Canvas.
removeAggregationListener(AggregationListener) - Method in interface AggregateGraphic
Removes the given AggregationListener from this AggregateGraphic's list of listeners.
removeAll(Collection<Feature>) - Method in interface FeatureCollection
Removes the given features from this collection.
removeCanvasHandler(CanvasHandler) - Method in interface Canvas
Removes the given CanvasHandler from this Canvas.
removeCanvasListener(CanvasListener) - Method in interface Canvas
Removes the given listener.
removeChild(Graphic) - Method in interface AggregateGraphic
Removes the given child from this AggregateGraphic.
removeChildren(Graphic[]) - Method in interface AggregateGraphic
Removes the given children from this AggregateGraphic.
removeChildren() - Method in interface AggregateGraphic
Removes all of the children from this AggregateGraphic.
removeExteriorPoint(int) - Method in interface GraphicPolygon
Removes a position from the list of vertices for the exterior ring.
removeFeatureLayerListener(FeatureLayerListener) - Method in interface FeatureLayer
Removes a listener that was previously added with the addFeatureLayerListener(ll) method.
removeFeatureListener(FeatureListener) - Method in interface FeatureCollection
Removes a listener that was previously added with FeatureCollection.addFeatureListener(org.opengis.feature.FeatureListener).
removeFeatureStoreListener(FeatureStoreListener) - Method in interface FeatureStore
Removes a listener that was previously added using the addFeatureStoreListener method.
removeGraphicListener(GraphicListener) - Method in interface Graphic
Removes the given GraphicListener from this Graphic's list of listeners.
removeGraphicStyleListener(GraphicStyleListener) - Method in interface GraphicStyle
For a listener that was previously added using the addGraphicStyleListener method, this method de-registers it so that it will no longer receive events when the properties of this style have changed.
removeInteriorPoint(int, int) - Method in interface GraphicPolygon
Removes a position from the list of vertices for an interior ring.
removeInteriorRing(int) - Method in interface GraphicPolygon
Removes an interior ring.
removeKeyHandler(KeyHandler) - Method in interface KeyManager
Removes the given KeyHandler and reinstates the KeyHandler at the top of the stack, if any.
removeMouseHandler(MouseHandler) - Method in interface MouseManager
Remove the given MouseHandler and reinstate the MouseHandler at the top of the stack, if any.
removeState(Object) - Method in interface Transaction
Allows FeatureStores to clean up information (and callbacks) they earlier provided.
removeType(GenericName) - Method in interface FeatureStore
Completely removes all the features of the given type and removes the type itself.
render(Graphics) - Method in interface WebCanvas
Renders this WebCanvas's map image using the given Graphics object.
replaceChild(Graphic, Graphic) - Method in interface AggregateGraphic
Replaces the oldChild with the newChild.
replaceKeyHandler(KeyHandler, KeyHandler) - Method in interface KeyManager
Replaces a KeyHandler in the stack with another KeyHandler.
replaceMouseHandler(MouseHandler, MouseHandler) - Method in interface MouseManager
Replace a MouseHandler in the stack with another MouseHandler.
REQUIRED - Static variable in class Progress
Data needs to be generated or updated.
Resolution - Interface in org.opengis.metadata.identification
Level of detail expressed as a scale factor or a ground distance.
RESOURCE_PROVIDER - Static variable in class Role
Party that supplies the resource.
ResponsibleParty - Interface in org.opengis.metadata.citation
Identification of, and means of communication with, person(s) and organizations associated with the dataset.
RESTRICTED - Static variable in class Classification
Not for general disclosure.
RESTRICTED - Static variable in class Restriction
Withheld from general circulation or disclosure.
Restriction - Class in org.opengis.metadata.constraint
Limitation(s) placed upon the access or use of the data.
Restriction(String) - Constructor for class Restriction
Constructs an enum with the given name.
Result - Interface in org.opengis.metadata.quality
Base interface of more specific result classes.
retainAll(Collection<Feature>) - Method in interface FeatureCollection
Removes any features from this collection that are not present in the given collection.
reverse() - Method in interface CurveSegment
Reverses the orientation of the parameterizations of the segment.
REVISION - Static variable in class DateType
Date identifies when the resource was examined or re-examined and improved or amended.
RGB - Static variable in class PaletteInterpretation
RGB (Red Green Blue) color palette.
RHUMBLINE_ELLIPSOIDAL - Static variable in class GlobalPathType
 
RHUMBLINE_SPHERICAL - Static variable in class GlobalPathType
 
RIGHT - Static variable in class XAnchor
Align to the right of the field.
RIGHT - Static variable in class AxisDirection
Deprecated. Use AxisDirection.DISPLAY_RIGHT instead.
Ring - Interface in org.opengis.spatialschema.geometry.primitive
Represent a single connected component of a surface boundary.
Role - Class in org.opengis.metadata.citation
Function performed by the responsible party.
Role(String) - Constructor for class Role
Constructs an enum with the given name.
rollback() - Method in interface Transaction
Undoes all transactions made since the last commit or rollback.
rollback() - Method in interface Transaction.State
Call back used for Transaction.rollback()
ROUND - Static variable in class LineCap
This constant indicates that line ends should be drawn with a half circle of diameter equal to the width of the line.
ROUND - Static variable in class LineJoin
This constant indicates that lines should be joined by a circular arc of radius equal to half the line width.
ROW - Static variable in class DimensionNameType
Ordinate (y) axis.
ROW_NEGATIVE - Static variable in class AxisDirection
Axis positive direction is towards lower pixel row.
ROW_POSITIVE - Static variable in class AxisDirection
Axis positive direction is towards higher pixel row.
rows() - Method in interface PointGrid
Returns a view of all rows in this array.
Rule - Interface in org.opengis.sld
A rule consists of two important parts: a filter and a list of symbols.

S

SAMPLE - Static variable in class DimensionNameType
Element along a scan line.
SampleDimension - Interface in org.opengis.coverage
Contains information for an individual sample dimension of coverage.
SampleDimensionType - Class in org.opengis.coverage
Specifies the various dimension types for coverage values.
SampleDimensionType(String) - Constructor for class SampleDimensionType
Constructs an enum with the given name.
SATELLITE - Static variable in class MediumName
Linkage through a satellite communication system.
SATURATION_BAND - Static variable in class ColorInterpretation
Saturation Band for the HLS color model.
Scope - Interface in org.opengis.metadata.quality
Description of the data specified by the scope.
SCOPE_KEY - Static variable in interface Datum
Key for the "scope" property to be given to the datum factory createFoo(…) methods.
SCOPE_KEY - Static variable in interface CoordinateOperation
Key for the "scope" property.
SCOPE_KEY - Static variable in interface ReferenceSystem
Key for the "scope" property to be given to the object factory createFoo(…) methods.
ScopeCode - Class in org.opengis.metadata.maintenance
Class of information to which the referencing entity applies.
ScopeCode(String) - Constructor for class ScopeCode
Constructs an enum with the given name.
ScopeDescription - Interface in org.opengis.metadata.maintenance
Description of the class of information covered by the information.
ScopedName - Interface in org.opengis.util
Fully qualified identifier for an object.
SEARCH - Static variable in class OnLineFunction
Online search interface for seeking out information about the resource.
SECRET - Static variable in class Classification
Kept or meant to be kept private, unknown, or hidden from all but a select group of people.
SecurityConstraints - Interface in org.opengis.metadata.constraint
Handling restrictions imposed on the resource for national security or similar security concerns.
SEMI_DARKNESS - Static variable in class ImagingCondition
Image was taken during semi-dark conditions—twilight conditions.
Series - Interface in org.opengis.metadata.citation
Information about the series, or aggregate dataset, to which a dataset belongs.
SERIES - Static variable in class ScopeCode
Information applies to the series.
SERVICE - Static variable in class ScopeCode
Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case.
ServiceIdentification - Interface in org.opengis.metadata.identification
Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.
set(int, DirectPosition) - Method in interface PointArray
Set the point at the given index.
set(int, int, DirectPosition) - Method in interface PointGrid
Set the point at the given index.
setAbstract(InternationalString) - Method in interface FeatureStyle
Sets the human readable, prose description of this style.
setAbstract(InternationalString) - Method in interface Rule
Sets the human readable, prose description of this rule.
setAbstract(InternationalString) - Method in interface Symbol
Sets the human readable, prose description of this symbol.
setActiveSymbology(SymbologyInfo) - Method in interface Symbology
Sets the active symbology name that is being used to render this graphic symbol.
setAllowingExtentsChange(boolean) - Method in interface GraphicArc
Sets the boolean that indicates whether this GraphicArc is displaying edit handles for changing the angular extents of the defining ellipse.
setAllowingNewVertices(boolean) - Method in interface GraphicLineString
Sets the boolean that indicates whether clicking on an edge of this graphic linestring should insert a new vertex at that location.
setAllowingNewVertices(boolean) - Method in interface GraphicPolygon
Sets the boolean that indicates whether clicking on an edge of this graphic linestring should insert a new vertex at that location.
setAllowingRotation(boolean) - Method in interface GraphicArc
Sets the boolean that indicates whether this GraphicArc displays an anchor handle for changing the rotation of the defining ellipse.
setAllowingRotation(boolean) - Method in interface GraphicIcon
Sets the boolean that indicates whether this primitive is displaying anchor handles that allow the user to change the rotation of this icon.
setAllowingRotation(boolean) - Method in interface GraphicLabel
Sets the boolean that indicates whether this primitive is displaying anchor handles that allow the user to change the rotation of the text.
setAnchorX(Expression) - Method in interface PointPlacement
Sets the expression that indicates the position within the bounding box of the text that is anchored to the geometry point.
setAnchorY(Expression) - Method in interface PointPlacement
Returns an expression that indicates the position within the bounding box of the text that is anchored to the geometry point.
setArc(DirectPosition, double, double, Unit, double, double, double, Unit) - Method in interface GraphicArc
Sets the geometry for this GraphicArc.
setAttribute(String, Object) - Method in interface Feature
Sets the value of the named attribute.
setAttribute(int, Object) - Method in interface Feature
Sets the value of the given attribute.
setAutoEdit(boolean) - Method in interface Graphic
Sets the auto edit value.
setBackgroundColor(Color) - Method in interface TextSymbolizer
Sets the color that is used for rendering a background behind the text.
setBlinking(boolean) - Method in interface Graphic
Sets the blinking value.
setBlinkPattern(float[]) - Method in interface Graphic
Sets the blink pattern value.
setCenter(DirectPosition) - Method in interface CanvasController
Sets the position of the center pixel of the Canvas this controller works for, if it is the active controller.
setCenter(DirectPosition) - Method in interface GraphicArc
Sets the center of the ellipse defining this GraphicArc.
setChildren(Graphic[]) - Method in interface AggregateGraphic
Sets the children of this AggregateGraphic to the given set of Graphics.
setClosurePathType(PathType) - Method in interface GraphicArc
Sets the algorithm that is used in computing the "in-between" pixels of the ArcClosure verteces when the arc is rendered.
setClosureType(GraphicArc.ArcClosure) - Method in interface GraphicArc
Sets the closureType, which determines how the endpoints of this GraphicArc are connected.
setColor(Expression) - Method in interface Fill
Sets the color to be used for solid-filling the interior of polygons.
setColor(Expression) - Method in interface Stroke
Sets the color of the line if it is to be solid-color filled.
setCRS(CoordinateReferenceSystem) - Method in interface GraphicScaledImage
This sets the coordinate reference system that was used to create the image that this object represents.
setCurrentSubname(String) - Method in interface GridCoverageWriter
Set the name for the next grid coverage to write within the output destination.
setDashArray(Expression) - Method in interface Stroke
Set the dash pattern as a space-separated sequence of floating point numbers.
setDashOffset(Expression) - Method in interface Stroke
Sets the distance offset into the dash array to begin drawing.
setDataBlock(GridRange, boolean[]) - Method in interface GridCoverage
Set a block of boolean values for all sample dimensions.
setDataBlock(GridRange, byte[]) - Method in interface GridCoverage
Set a block of 8 bits values for all sample dimensions.
setDataBlock(GridRange, short[]) - Method in interface GridCoverage
Set a block of 16 bits values for all sample dimensions.
setDataBlock(GridRange, int[]) - Method in interface GridCoverage
Set a block of 32 bits values for all sample dimensions.
setDataBlock(GridRange, float[]) - Method in interface GridCoverage
Set a block of float values for all sample dimensions.
setDataBlock(GridRange, double[]) - Method in interface GridCoverage
Set a block of double values for all sample dimensions.
setDisplacementX(Expression) - Method in interface PointPlacement
Sets the expression that computes a pixel offset from the geometry point.
setDisplacementY(Expression) - Method in interface PointPlacement
Sets the expression that computes a pixel offset from the geometry point.
setDragSelectable(boolean) - Method in interface Graphic
Sets the drag selectable value.
setElement(int, int, double) - Method in interface Matrix
Modifies the value at the specified row and column of this matrix.
setElseFilter(boolean) - Method in interface Rule
Sets the flag that indicates whether this Rule is an "else filter".
setEnd(double, Unit) - Method in interface GraphicArc
Sets this GraphicArc's end bearing.
setEnvelope(Envelope) - Method in interface Map2DController
Sets the envelope of the canvas, provided this Map2DController is the active controller.
setExteriorPoint(int, DirectPosition) - Method in interface GraphicPolygon
Replaces a position in the list of vertices for the exterior ring.
setExteriorRing(DirectPosition[]) - Method in interface GraphicPolygon
Clears the list of vertices in the exterior ring and adds all of the vertices in the given array.
setFamily(Expression) - Method in interface Font
Sets the name of the font or font family to use.
setFeatureTypeName(String) - Method in interface FeatureStyle
Sets the name of the feature type that this style is meant to act upon.
setFill(Fill) - Method in interface Halo
Sets the object that indicates how the halo area around the text should be filled.
setFill(Fill) - Method in interface Mark
Sets the object that indicates how the mark should be filled.
setFill(Fill) - Method in interface PolygonSymbol
Sets the object the holds the information about how the interior of polygons should be filled.
setFill(Fill) - Method in interface TextSymbol
Sets the object that indicates how the text will be filled.
setFillBackgroundColor(Color) - Method in interface PointSymbolizer
Sets the fill background color value.
setFillBackgroundColor(Color) - Method in interface PolygonSymbolizer
Sets the fill background color value.
setFillBackgroundColor(Color) - Method in interface TextSymbolizer
Sets the color that is used as the pattern background color when a stipple pattern is used for the fill color.
setFillColor(Color) - Method in interface PointSymbolizer
Sets the fill color value.
setFillColor(Color) - Method in interface PolygonSymbolizer
Sets the fill color rgb value.
setFillColor(Color) - Method in interface TextSymbolizer
Sets the color used to draw the text.
setFillGradientPoints(float[]) - Method in interface PointSymbolizer
Sets the fill gradient points value.
setFillGradientPoints(float[]) - Method in interface PolygonSymbolizer
Sets the fill gradient points value.
setFillGradientPoints(float[]) - Method in interface TextSymbolizer
Sets the fill gradient points value.
setFillOpacity(float) - Method in interface PointSymbolizer
Sets the fill opacity value.
setFillOpacity(float) - Method in interface PolygonSymbolizer
Sets the fill opacity value.
setFillOpacity(float) - Method in interface TextSymbolizer
Sets the fill opacity value.
setFillPattern(FillPattern) - Method in interface PointSymbolizer
Sets the fill pattern value.
setFillPattern(FillPattern) - Method in interface PolygonSymbolizer
Sets the fill pattern value.
setFillPattern(FillPattern) - Method in interface TextSymbolizer
Sets the fill pattern value.
setFillStyle(FillStyle) - Method in interface PointSymbolizer
Sets the fill style value.
setFillStyle(FillStyle) - Method in interface PolygonSymbolizer
Sets the fill style value.
setFillStyle(FillStyle) - Method in interface TextSymbolizer
Sets the fill style value.
setFilter(Filter) - Method in interface Rule
Sets the filter that will limit the features for which this Rule will fire.
setFont(Font) - Method in interface TextSymbolizer
Sets the Font object.
setFormat(String) - Method in interface ExternalGraphic
Sets the format that the image should be parsed as.
setGeometryAttribute(String) - Method in interface Symbol
Sets the name of the geometry feature attribute that will be used for drawing this symbol.
setGraphic(Graphic) - Method in interface PointSymbol
Sets the graphic that will be drawn at each point of the geometry.
setGraphicFill(Graphic) - Method in interface Fill
Sets the graphic that will be used to tile the interior of polygons.
setGraphicFill(Graphic) - Method in interface Stroke
Sets the line that should be drawn by tiling the (thin) area of the line with the given graphic.
setGraphicStroke(Graphic) - Method in interface Stroke
Sets the lines that should be drawn by repeatedly plotting the given graphic along the path of the lines, rotating it according to the orientation of the line.
setGraphicStyle(GraphicStyle) - Method in interface Graphic
Sets the GraphicStyle for this Graphic.
setHalo(Halo) - Method in interface TextSymbol
Sets the object that indicates if a Halo will be drawn around the text.
setHaloColor(Color) - Method in interface TextSymbolizer
Sets the halo color.
setHaloRadius(float) - Method in interface TextSymbolizer
Sets the halo radius value.
setHeight(double, Unit) - Method in interface GraphicArc
Sets the size of the height axis of the ellipse defining this GraphicArc, in terms of the given Unit.
setIcon(Icon) - Method in interface GraphicIcon
Sets the icon represented by this GraphicIcon.
setImplHint(String, Object) - Method in interface Canvas
Sets a rendering hint for implementation or platform specific rendering information.
setImplHint(String, Object) - Method in interface GraphicStyle
Sets the given implementation-specific hint for the given name.
setInlineContent(byte[]) - Method in interface ExternalGraphic
Sets the array of bytes that comprise the image.
setIntensity(int) - Method in interface GraphicScaledImage
Sets the intensity of the image, as an integer from 0 to 100.
setInteriorPoint(int, int, DirectPosition) - Method in interface GraphicPolygon
Replaces a position in the list of vertices for an interior ring.
setInteriorRing(int, DirectPosition[]) - Method in interface GraphicPolygon
Clears the list of vertices in an exterior ring and adds all of the vertices in the given array.
setInteriorRings(DirectPosition[][]) - Method in interface GraphicPolygon
Clears the lists of vertices of all the interior rings and adds all of the vertices in the given arrays.
setLabel(Expression) - Method in interface TextSymbol
Sets the expression that will be evaluated to determine what text is displayed.
setLegendGraphic(Graphic) - Method in interface Rule
Sets the small Graphic that may be used by the rendering engine to draw a legend window.
setLevel(double) - Method in interface FeatureLayer
Sets the current z-order level of this layer.
setLineCap(Expression) - Method in interface Stroke
Sets how the beginning and ending segments of a line string will be terminated.
setLineJoin(Expression) - Method in interface Stroke
Sets how the various segments of a (thick) line string should be joined.
setLockRequest(LockRequest) - Method in interface FeatureCollection
Indicates the duration, and any additional information for any subsequent lock operations.
setLowerCorner(DirectPosition) - Method in interface GraphicScaledImage
Convenience menthod to set the DirectPosition for the lower-left position of the image.
setMapWidth(double, Unit) - Method in interface Map2DController
Sets the map width of the canvas, provided this Map2DController is the active controller.
setMark(Mark) - Method in interface PointSymbolizer
Sets the point mark value.
setMaxScale(double) - Method in interface Graphic
Sets the max scale value.
setMaxScaleDenominator(double) - Method in interface Rule
Sets the maximum value (exclusive) in the denominator of the current map scale at which this Rule will fire.
setMetadataValue(String, String) - Method in interface GridCoverageWriter
Sets the metadata value for a given metadata name.
setMinScale(double) - Method in interface Graphic
Sets the min scale value.
setMinScaleDenominator(double) - Method in interface Rule
Sets the minimum value (inclusive) in the denominator of the current map scale at which this Rule will fire.
setName(String) - Method in interface Graphic
Sets the name of this Graphic to the given value.
setName(String) - Method in interface FeatureStyle
Sets the name for this style.
setName(String) - Method in interface Rule
Sets the name for this rule.
setName(String) - Method in interface Symbol
Sets the name for this symbol.
setObjectiveCoordinateReferenceSystem(CoordinateReferenceSystem) - Method in interface Canvas
Sets the objective Coordinate Reference System (e.g. the projection of a georeferenced Coordinate Reference System) for this Canvas.
setObjectiveCoordinateReferenceSystem(CoordinateReferenceSystem, MathTransform, MathTransform) - Method in interface Canvas
Sets the objective Coordinate Reference System (e.g. the projection of a georeferenced Coordinate Reference System) for this Canvas.
setOffset(Point2D) - Method in interface GraphicIcon
Sets the location in the icon (as an offset from the upper left) that will be drawn over the icon's position.
setOnlineResource(String) - Method in interface ExternalGraphic
Sets the URL to a file (perhaps a local file) that contains an image.
setOpacity(float) - Method in interface PointSymbolizer
Sets the point opacity value.
setOpacity(Expression) - Method in interface Fill
Sets the opacity of the fill.
setOpacity(Expression) - Method in interface Graphic
Sets the expression that will be evaluated to determine the opacity of the graphic when it is rendered.
setOpacity(Expression) - Method in interface Stroke
Sets the level of translucency as a floating point number whose value is between 0.0 and 1.0 (inclusive).
setOrdinate(int, double) - Method in interface DirectPosition
Sets the ordinate value along the specified dimension.
setPackedDataBlock(GridRange, byte[]) - Method in interface GridCoverage
Set a block of grid coverage data for all sample dimensions.
setParent(Graphic) - Method in interface Graphic
Sets the parent of this Graphic.
setPassingEventsToParent(boolean) - Method in interface Graphic
Sets a boolean indicating whether mouse events on this Graphic should be passed to the parent Graphic in addition to being passed to any listeners on this object.
setPathType(PathType) - Method in interface GraphicLineString
Sets the method that is used in computing the "in-between" pixels between vertices when this object is rendered on the screen.
setPathType(PathType) - Method in interface GraphicPolygon
Sets the parameter that indicates how the "in-between" points between vertices should be drawn.
setPerpendicularOffset(Expression) - Method in interface LinePlacement
Sets the expression that is used to compute how far from the lines the text will be drawn.
setPickable(boolean) - Method in interface Graphic
Sets the pickable value.
setPixelHeight(int) - Method in interface Map2DController
Sets the pixel height of the canvas, provided this Map2DController is the active controller.
setPixelWidth(int) - Method in interface Map2DController
Sets the pixel width of the canvas, provided this Map2DController is the active controller.
setPlacement(TextPlacement) - Method in interface TextSymbol
Sets the object that indicates how the text should be placed with respect to the feature geometry.
setPoint(int, DirectPosition) - Method in interface GraphicLineString
Replaces the position at the specified index in the array of positions with the new, specified position.
setPoints(DirectPosition[]) - Method in interface GraphicLineString
Sets the positions that make up the line segments.
setPosition(DirectPosition) - Method in interface GraphicIcon
Sets the DirectPosition corresponding to the position of the icon.
setPosition(DirectPosition) - Method in interface GraphicLabel
Sets the position of the upper left corner of the label.
setPosition(DirectPosition) - Method in interface Point
Sets the direct position of this point.
setPropertiesFrom(GraphicStyle) - Method in interface GraphicStyle
Sets the properties of this GraphicStyle from the properties of the specified GraphicStyle.
setRadius(Expression) - Method in interface Halo
Sets the expression that will be evaluates to get the pixel radius of the halo around the text.
setRotation(double, Unit) - Method in interface GraphicArc
Sets the orientation for the width axis.
setRotation(double, Unit) - Method in interface GraphicIcon
Sets the angle by which to rotate the icon.
setRotation(double, Unit) - Method in interface GraphicLabel
Sets the angle by which to rotate the text before rendering.
setRotation(float) - Method in interface PointSymbolizer
Sets the point rotation value.
setRotation(float) - Method in interface TextSymbolizer
Sets the label rotation.
setRotation(Expression) - Method in interface Graphic
Sets the expression that will be used to calculate the rotation of the graphic when it is drawn.
setRotation(Expression) - Method in interface PointPlacement
Sets the expression that will be evaluated to determine the rotation of the text about its anchor point.
setScale(double) - Method in interface Map2DController
Sets the scale of the canvas, provided this Map2DController is the active controller.
setScaledImage(RenderedImage) - Method in interface GraphicScaledImage
Sets the image represented by this GraphicScaledImage.
setSelected(boolean) - Method in interface Graphic
Sets the selected value.
setShowingAnchorHandles(boolean) - Method in interface Graphic
Sets a boolean flag indicating whether this object is to show anchor handles.
setShowingEditHandles(boolean) - Method in interface Graphic
Sets a boolean flag specifying whether this object is to show its edit handles.
setSize(float) - Method in interface PointSymbolizer
Sets the point size value.
setSize(Expression) - Method in interface Font
Expression that indicates the pixel size of the font.
setSize(Expression) - Method in interface Graphic
Sets the expression that will be evaluated to determine the pixel height of the image when it is drawn on the screen.
setStart(double, Unit) - Method in interface GraphicArc
Sets this GraphicArc's start bearing.
setStroke(Stroke) - Method in interface LineSymbol
Sets the object containing all the information necessary to draw styled lines.
setStroke(Stroke) - Method in interface Mark
Sets the object that indicates how the edges of the mark will be drawn.
setStroke(Stroke) - Method in interface PolygonSymbol
Sets the object containing all the information necessary to draw styled lines.
setStrokeBeginArrowStyle(ArrowStyle) - Method in interface LineSymbolizer
Sets the stroke begin arrow style value.
setStrokeBeginArrowStyle(ArrowStyle) - Method in interface PointSymbolizer
Sets the stroke begin arrow style value.
setStrokeColor(Color) - Method in interface LineSymbolizer
Sets the stroke color value.
setStrokeColor(Color) - Method in interface PointSymbolizer
Sets the stroke color value.
setStrokeDashArray(DashArray) - Method in interface LineSymbolizer
Sets the stroke dash array value.
setStrokeDashArray(DashArray) - Method in interface PointSymbolizer
Sets the stroke dash array value.
setStrokeDashOffset(float) - Method in interface LineSymbolizer
Sets the stroke dash offset value.
setStrokeDashOffset(float) - Method in interface PointSymbolizer
Sets the stroke dash offset value.
setStrokeEndArrowStyle(ArrowStyle) - Method in interface LineSymbolizer
Sets the stroke end arrow style value.
setStrokeEndArrowStyle(ArrowStyle) - Method in interface PointSymbolizer
Sets the stroke end arrow style value.
setStrokeFillBackgroundColor(Color) - Method in interface LineSymbolizer
Sets the fill background color value.
setStrokeFillBackgroundColor(Color) - Method in interface PointSymbolizer
Sets the fill background color value.
setStrokeFillColor(Color) - Method in interface LineSymbolizer
Sets the fill color value.
setStrokeFillColor(Color) - Method in interface PointSymbolizer
Sets the fill color value.
setStrokeFillGradientPoints(float[]) - Method in interface LineSymbolizer
Sets the fill gradient points value.
setStrokeFillGradientPoints(float[]) - Method in interface PointSymbolizer
Sets the fill gradient points value.
setStrokeFillOpacity(float) - Method in interface LineSymbolizer
Sets the fill opacity value.
setStrokeFillOpacity(float) - Method in interface PointSymbolizer
Sets the fill opacity value.
setStrokeFillPattern(FillPattern) - Method in interface LineSymbolizer
Sets the fill pattern value.
setStrokeFillPattern(FillPattern) - Method in interface PointSymbolizer
Sets the fill pattern value.
setStrokeFillStyle(FillStyle) - Method in interface LineSymbolizer
Sets the fill style value.
setStrokeFillStyle(FillStyle) - Method in interface PointSymbolizer
Sets the fill style value.
setStrokeLineCap(LineCap) - Method in interface LineSymbolizer
Sets the stroke line cap value.
setStrokeLineCap(LineCap) - Method in interface PointSymbolizer
Sets the stroke line cap value.
setStrokeLineGap(float) - Method in interface LineSymbolizer
Sets the stroke line gap value.
setStrokeLineGap(float) - Method in interface PointSymbolizer
Sets the stroke line gap value.
setStrokeLineJoin(LineJoin) - Method in interface LineSymbolizer
Sets the stroke line join value.
setStrokeLineJoin(LineJoin) - Method in interface PointSymbolizer
Sets the stroke line join value.
setStrokeLinePattern(LinePattern) - Method in interface LineSymbolizer
Sets the stroke line pattern value.
setStrokeLinePattern(LinePattern) - Method in interface PointSymbolizer
Sets the stroke line pattern value.
setStrokeLineStyle(LineStyle) - Method in interface LineSymbolizer
Sets the stroke line style value.
setStrokeLineStyle(LineStyle) - Method in interface PointSymbolizer
Sets the stroke line style value.
setStrokeOpacity(float) - Method in interface LineSymbolizer
Sets the stroke opacity value.
setStrokeWidth(float) - Method in interface LineSymbolizer
Sets the width value.
setStrokeWidth(float) - Method in interface PointSymbolizer
Sets the width value.
setStyle(FeatureStyle) - Method in interface FeatureLayer
Sets the style that will be applied to features in this layer.
setStyle(Expression) - Method in interface Font
Sets the style of the font.
setSymbology(Symbology) - Method in interface Graphic
Sets the symbology object that will be used to override some, if not all, of the graphical properties of Graphics using this style.
setSymbologyProperty(SymbologyInfo, String, Object) - Method in interface Symbology
Sets the value of a property for the given property name
setText(String) - Method in interface GraphicLabel
Sets the text that the label will render.
setTitle(String) - Method in interface Canvas
Sets the title of this Canvas.
setTitle(InternationalString) - Method in interface FeatureStyle
Sets the human readable title of this style.
setTitle(InternationalString) - Method in interface Rule
Sets the human readable title of this rule.
setTitle(InternationalString) - Method in interface Symbol
Sets the human readable title of this symbol.
setTransaction(Transaction) - Method in interface FeatureCollection
Begins a new transaction on this collection.
setTransaction(Transaction) - Method in interface Transaction.State
Provides configuration information for this Transaction.State.
setTransparency(int) - Method in interface GraphicScaledImage
Sets the transparency of the image, as an integer from 0 to 100.
setUpperCorner(DirectPosition) - Method in interface GraphicScaledImage
Convenience menthod to set the DirectPosition for the upper-right position of the image.
setValue(double[], Unit) - Method in interface ParameterValue
Set the parameter value as an array of floating point and their associated unit.
setValue(double, Unit) - Method in interface ParameterValue
Set the parameter value as a floating point and its associated unit.
setValue(double) - Method in interface ParameterValue
Set the parameter value as a floating point.
setValue(int) - Method in interface ParameterValue
Set the parameter value as an integer.
setValue(boolean) - Method in interface ParameterValue
Set the parameter value as a boolean.
setValue(Object) - Method in interface ParameterValue
Set the parameter value as an object.
setVisible(boolean) - Method in interface Graphic
Sets the visible value.
setWeight(Expression) - Method in interface Font
Expression that indicates the weight of the font.
setWellKnownName(Expression) - Method in interface Mark
Sets the expression whose value will indicate the symbol to draw.
setWidth(double, Unit) - Method in interface GraphicArc
Sets the size of the width axis of the ellipse defining this GraphicArc, in terms of the given Unit.
setWidth(Expression) - Method in interface Stroke
Sets the absolute width in pixels of the line stroke as a floating point number.
setXAnchor(XAnchor) - Method in interface GraphicLabel
Specifies the x-axis portion of the place on the text string that corresponds to the rendering position (see the [gs]etPosition method).
setXAnchor(XAnchor) - Method in interface TextSymbolizer
Sets the label XAnchor.
setXDisplacement(float) - Method in interface TextSymbolizer
Sets the label X displacement.
setYAnchor(YAnchor) - Method in interface GraphicLabel
Specifies the y-axis portion of the place on the text string that corresponds to the rendering position (see the [gs]etPosition method).
setYAnchor(YAnchor) - Method in interface TextSymbolizer
Sets the label YAnchor.
setYDisplacement(float) - Method in interface TextSymbolizer
Sets the label Y displacement.
setZOrderHint(double) - Method in interface Graphic
Sets the z order hint value.
SHADOW - Static variable in class ImagingCondition
Portion of the image is obscured by shadow.
Shell - Interface in org.opengis.spatialschema.geometry.primitive
Represents a single connected component of a solid boundary.
SIGNED_16BITS - Static variable in class SampleDimensionType
Signed 16 bits integers.
SIGNED_32BITS - Static variable in class SampleDimensionType
Signed 32 bits integers.
SIGNED_8BITS - Static variable in class SampleDimensionType
Signed 8 bits integers.
SimpleEnumerationType - Class in org.opengis.util
Class that implements simple, type safe enumerations in Java.
SimpleEnumerationType(Collection, String, String) - Constructor for class SimpleEnumerationType
Add a new SimpleEnumerationType to the given list using the given name and description.
SimpleEnumerationType(Collection, String, String, Icon) - Constructor for class SimpleEnumerationType
Add a new SimpleEnumerationType to the given list using the given name and description.
SINGLE - Static variable in class LineStyle
The line should be drawn as a single line.
SingleCRS - Interface in org.opengis.referencing.crs
Abstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).
SingleOperation - Interface in org.opengis.referencing.operation
A single (not concatenated) coordinate operation.
size() - Method in interface FeatureCollection
Returns the size of the collection, if known.
skip() - Method in interface GridCoverageReader
Skip the current grid coverage without reading it, and move the stream position to the next grid coverage.
SNOW - Static variable in class ImagingCondition
Portion of the image is obscured by snow.
SOCIETY - Static variable in class TopicCategory
Characteristics of society and cultures.
SOFTWARE - Static variable in class ScopeCode
Information applies to a computer program or routine.
SOLID - Static variable in class FillStyle
This constant indicates that an object should be completely filled with the color.
SOLID - Static variable in class GeometricObjectType
Bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space.
Solid - Interface in org.opengis.spatialschema.geometry.primitive
Basis for 3-dimensional geometry.
SOLID_ARROW - Static variable in class ArrowStyle
Solid line with a filled arrowhead on one end.
SolidBoundary - Interface in org.opengis.spatialschema.geometry.primitive
The boundary of solids.
Source - Interface in org.opengis.metadata.lineage
Information about the source data used in creating the data specified by the scope.
SOUTH - Static variable in class AxisDirection
Axis positive direction is π radians clockwise from north.
SOUTH_EAST - Static variable in class AxisDirection
Axis positive direction is approximately south-east.
SOUTH_SOUTH_EAST - Static variable in class AxisDirection
Axis positive direction is approximately south-south-east.
SOUTH_SOUTH_WEST - Static variable in class AxisDirection
Axis positive direction is approximately south-south-west.
SOUTH_WEST - Static variable in class AxisDirection
Axis positive direction is approximately south-west.
SpatialAttributeSupplement - Interface in org.opengis.metadata
Spatial attributes in the application schema for the feature types.
SpatialOperator - Interface in org.opengis.filter.spatial
Abstract base class for operators that perform a spatial comparison on geometric attributes of a feature.
SpatialReferenceSystemUsingGeographicIdentifier - Interface in org.opengis.referencing
Spatial reference system using geographic identifier, a reference to a feature with a known spatial location.
SpatialRepresentation - Interface in org.opengis.metadata.spatial
Digital mechanism used to represent spatial information.
SpatialRepresentationType - Class in org.opengis.metadata.spatial
Method used to represent geographic information in the dataset.
SpatialRepresentationType(String) - Constructor for class SpatialRepresentationType
Constructs an enum with the given name.
SpatialTemporalExtent - Interface in org.opengis.metadata.extent
Extent with respect to date/time and spatial boundaries.
Specification - Enum in org.opengis.annotation
The specifications from which an interface, method or code list was derived.
SPECIFIED_CLASS - Static variable in class Datatype
Subclass that may be substituted for its superclass.
Sphere - Interface in org.opengis.spatialschema.geometry.geometry
A gridded surface given as a family of circles whose positions vary linearly along the axis of the sphere, and whose radius varies in proportion to the cosine function of the central angle.
SPHERICAL - Static variable in class SurfaceInterpolation
The surface is a section of a spherical surface.
SphericalCS - Interface in org.opengis.referencing.cs
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
SplineCurve - Interface in org.opengis.spatialschema.geometry.geometry
Root for subtypes of curve segment using some version of spline, either polynomial or rational functions.
SplineCurveForm - Class in org.opengis.spatialschema.geometry.geometry
Indicates which sort of curve may be approximated by a particular B-spline.
SplineCurveForm(String) - Constructor for class SplineCurveForm
Constructs an enum with the given name.
SQUARE - Static variable in class LineCap
This constant indicates that the line should be capped by a straight line extending half the line's width past the endpoint of the line.
SQUARE - Static variable in class Mark
This constant indicates that a point should be symbolized with a square mark.
StandardOrderProcess - Interface in org.opengis.metadata.distribution
Common ways in which the resource may be obtained or received, and related instructions and fee information.
STAR - Static variable in class Mark
This constant indicates that a point should be symbolized with a star mark.
STEREO_MODEL - Static variable in class SpatialRepresentationType
Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images.
STIPPLED - Static variable in class FillStyle
This constant indicates that an object should be filled with the fill pattern specified in the GraphicStyle.
STRATUM - Static variable in class KeywordType
Keyword identifies the layer(s) of any deposited substance.
STRING - Static variable in class DataType
Constant to be used when the value of an attribute is stored as a string of arbitrary characters.
stringValue() - Method in interface ParameterValue
Returns the string value of an operation parameter.
Stroke - Interface in org.opengis.sld
Contains all the information needed to draw styled lines.
STRUCTURE - Static variable in class TopicCategory
Man-made construction.
STYLE - Static variable in class DataType
Constant to be used when the value of an attribute is an instance of FeatureStyle.
Style - Interface in org.opengis.layer
Encapsulates the information necessary to style the renderable data for a given Layer.
styleChanged(FeatureLayerEvent) - Method in interface FeatureLayerListener
Invoked when the style has changed.
styleChanged(GraphicStyleEvent) - Method in interface GraphicStyleListener
 
StyleException - Exception in org.opengis.feature.display.canvas
Thrown when the canvas is unable to apply a style to a feature that has been added to one of its layers.
StyleException() - Constructor for exception StyleException
Constructs a new exception with no detail message.
StyleException(String) - Constructor for exception StyleException
Constructs a new exception with the specified detail message.
StyleException(Throwable) - Constructor for exception StyleException
Constructs a new exception with the specified cause.
StyleException(String, Throwable) - Constructor for exception StyleException
Constructs a new exception with the specified detail message and cause.
StyleSheetURL - Interface in org.opengis.layer
Provides symbology information for the enclosing Style element.
StyleURL - Interface in org.opengis.layer
Offers more information about the data or symbology underlying a particular Style.
StyleVisitor - Interface in org.opengis.sld
Interface that can be implemented by objects that want to perform some action on style objects.
subCollection(Filter) - Method in interface FeatureCollection
Returns a collection whose contents are the subset of features in this collection that pass the given filter.
Subtract - Interface in org.opengis.filter.expression
Encodes the operation of subtraction where the second argument is subtracted from the first.
subtract(Expression, Expression) - Method in interface FilterFactory
Computes the numeric difference between the first and second operand.
SURFACE - Static variable in class GeometricObjectType
Bounded, connected 2-dimensional geometric, representing the continuous image of a region of a plane.
surface(double, double) - Method in interface ParametricCurveSurface
Traverses the surface both vertically and horizontally.
Surface - Interface in org.opengis.spatialschema.geometry.primitive
Surface with a positive orientation.
SURFACE_GRAPH - Static variable in class TopologyLevel
1-dimensional topological complex which is isomorphic to a subset of a surface.
SurfaceBoundary - Interface in org.opengis.spatialschema.geometry.primitive
The boundary of surfaces.
SurfaceInterpolation - Class in org.opengis.spatialschema.geometry.primitive
List of codes that may be used to identify the interpolation mechanisms.
SurfaceInterpolation(String) - Constructor for class SurfaceInterpolation
Constructs an enum with the given name.
SurfacePatch - Interface in org.opengis.spatialschema.geometry.primitive
Defines a homogeneous portion of a surface.
Symbol - Interface in org.opengis.sld
Abstract superclass of the various symbol classes.
Symbology - Interface in org.opengis.go.display.style
The Symbology interface is used to expose a number of properties for a given type of symbology.
SymbologyInfo - Interface in org.opengis.go.display.style
 
SymbolVisitor - Interface in org.opengis.sld
Visitor with visit methods to be called by Symbol.accept(...).
symmetricDifference(TransfiniteSet) - Method in interface TransfiniteSet
Returns the set theoretic symmetric difference of this TransfiniteSet and the passed TransfiniteSet.

T

TABLE_DIGITAL - Static variable in class PresentationForm
Digital representation of facts or figures systematically displayed, especially in columns.
TABLE_HARDCOPY - Static variable in class PresentationForm
Representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.
TAPE_7_TRACK - Static variable in class MediumName
7 track magnetic tape.
TAPE_9_TRACK - Static variable in class MediumName
9 track magnetic tape.
TAR - Static variable in class MediumFormat
Tap ARchive.
Telephone - Interface in org.opengis.metadata.citation
Telephone numbers for contacting the responsible individual or organization.
TELEPHONE_LINK - Static variable in class MediumName
Communication through a telephone network.
TEMPORAL - Static variable in class KeywordType
Keyword identifies a time period related to the dataset.
TemporalAccuracy - Interface in org.opengis.metadata.quality
Accuracy of the temporal attributes and temporal relationships of features.
TemporalConsistency - Interface in org.opengis.metadata.quality
Correctness of ordered events or sequences, if reported.
TemporalCRS - Interface in org.opengis.referencing.crs
A 1D coordinate reference system used for the recording of time.
TemporalDatum - Interface in org.opengis.referencing.datum
A temporal datum defines the origin of a temporal coordinate reference system.
TemporalExtent - Interface in org.opengis.metadata.extent
Time period covered by the content of the dataset.
TemporalValidity - Interface in org.opengis.metadata.quality
Validity of data specified by the scope with respect to time.
TERRAIN_MASKING - Static variable in class ImagingCondition
The absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest.
TEXT_TABLE - Static variable in class SpatialRepresentationType
Textual or tabular data is used to represent geographic data.
TextPlacement - Interface in org.opengis.sld
Abstract base class for the two different classes that specify the placement of text in a style, namely PointPlacement and LinePlacement.
TextSymbol - Interface in org.opengis.sld
Indicates how text will be drawn.
TextSymbolizer - Interface in org.opengis.go.display.style
Encapsulates the style data applicable to Graphics that are of type Text in the sense of SLD (OGC 02-070).
THEMATIC_CLASSIFICATION - Static variable in class CoverageContentType
Code value with no quantitative meaning, used to represent a physical quantity.
ThematicAccuracy - Interface in org.opengis.metadata.quality
Accuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.
ThematicClassificationCorrectness - Interface in org.opengis.metadata.quality
Comparison of the classes assigned to features or their attributes to a universe of discourse.
THEME - Static variable in class KeywordType
Keyword identifies a particular subject or topic.
TIME - Static variable in class DimensionNameType
Duration.
TimeCS - Interface in org.opengis.referencing.cs
A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
TIN - Static variable in class SpatialRepresentationType
Triangulated irregular network.
Tin - Interface in org.opengis.spatialschema.geometry.geometry
A triangulated surface that uses the Delaunay algorithm or a similar algorithm complemented with consideration for breaklines, stoplines and maximum length of triangle sides.
TIN - Static variable in class SurfaceInterpolation
The control points are organized into adjoining triangles, which form small planar segments.
toArray() - Method in interface FeatureCollection
Creates a Feature array and populates it.
toArray(Feature[]) - Method in interface FeatureCollection
Populates the given array with the features in this collection.
toArray() - Method in interface PointArray
Deprecated. This method raise a number of implementation issues: what should be the behavior if a single point in this array is modified? Should it be reflected in the PointArray? Furthermore, this method will be inefficient in some implementations, for example an implementations backed by a float[] array. Invoking toArray() in such case may create thousands of DirectPosition objects. PointArray.positions() is safer, since it expose the positions through an iterator.
toImmutable() - Method in interface Geometry
Returns an immutable copy of this geometry.
toInternationalString() - Method in interface GenericName
Returns a local-dependent string representation of this generic name.
TOP - Static variable in class YAnchor
Align to the top of the field.
TOP - Static variable in class AxisDirection
Deprecated. Use AxisDirection.DISPLAY_UP instead.
TOP_SECRET - Static variable in class Classification
Of the highest secrecy.
TopicCategory - Class in org.opengis.metadata.identification
High-level geographic data thematic classification to assist in the grouping and search of available geographic data sets.
TopicCategory(String) - Constructor for class TopicCategory
Constructs an enum with the given name.
TopologicalConsistency - Interface in org.opengis.metadata.quality
Correctness of the explicitly encoded topological characteristics of the dataset as described by the scope.
TOPOLOGY_1D - Static variable in class TopologyLevel
1-dimensional topological complex.
TOPOLOGY_3D - Static variable in class TopologyLevel
3-dimensional topological complex.
TopologyLevel - Class in org.opengis.metadata.spatial
Degree of complexity of the spatial relationships.
TopologyLevel(String) - Constructor for class TopologyLevel
Constructs an enum with the given name.
toString() - Method in class FeatureStoreEvent
Returns a string representation of this event.
toString() - Method i