Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3Envelope
Packages that use 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
Methods in com.luciad.format.gml3.model.feature that return ILcdGML3EnvelopeModifier and TypeMethodDescriptionILcdGML3BoundingShape.getEnvelope()
Deprecated.Returns the GML envelope of this bounding shape, ornull
if there is a GML Null value present.Methods in com.luciad.format.gml3.model.feature with parameters of type ILcdGML3EnvelopeModifier and TypeMethodDescriptionvoid
ILcdGML3BoundingShape.setEnvelope
(ILcdGML3Envelope aEnvelope) Deprecated.Sets the envelope of this bounding shape. -
Uses of ILcdGML3Envelope in com.luciad.ogc.wcs.common.model
Classes in com.luciad.ogc.wcs.common.model that implement ILcdGML3EnvelopeModifier 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.Methods in com.luciad.ogc.wcs.common.model that return ILcdGML3EnvelopeModifier and TypeMethodDescriptionTLcdWCSSpatialDomain.getEnvelope
(int aIndex) Gets the envelope at a given position.Methods in com.luciad.ogc.wcs.common.model with parameters of type ILcdGML3EnvelopeModifier and TypeMethodDescriptionvoid
TLcdWCSSpatialDomain.addEnvelope
(ILcdGML3Envelope aEnvelope) Adds a envelope.