Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3Envelope
Package
Description
Contains domain model interfaces for the GML3 feature schema.
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
-
Uses of ILcdGML3Envelope in com.luciad.format.gml3.model.feature
Modifier and TypeMethodDescriptionILcdGML3BoundingShape.getEnvelope()
Deprecated.Returns the GML envelope of this bounding shape, ornull
if there is a GML Null value present.Modifier and TypeMethodDescriptionvoid
ILcdGML3BoundingShape.setEnvelope
(ILcdGML3Envelope aEnvelope) Deprecated.Sets the envelope of this bounding shape. -
Uses of ILcdGML3Envelope in com.luciad.ogc.wcs.common.model
Modifier and TypeClassDescriptionclass
Defines spatial extent by extendingTLcdWCSLonLatEnvelopeBase
with an optional time position pair.class
For WCS use, this class is intended to restrictILcdGML3Envelope
to the WGS84 geographic CRS with Longitude preceding Latitude and both using decimal degrees only.Modifier and TypeMethodDescriptionTLcdWCSSpatialDomain.getEnvelope
(int aIndex) Gets the envelope at a given position.Modifier and TypeMethodDescriptionvoid
TLcdWCSSpatialDomain.addEnvelope
(ILcdGML3Envelope aEnvelope) Adds a envelope.