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, ornullif there is a GML Null value present.Methods in com.luciad.format.gml3.model.feature with parameters of type ILcdGML3EnvelopeModifier and TypeMethodDescriptionvoidILcdGML3BoundingShape.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 TypeClassDescriptionclassDefines spatial extent by extendingTLcdWCSLonLatEnvelopeBasewith an optional time position pair.classFor WCS use, this class is intended to restrictILcdGML3Envelopeto 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 TypeMethodDescriptionvoidTLcdWCSSpatialDomain.addEnvelope(ILcdGML3Envelope aEnvelope) Adds a envelope.