Uses of Class
com.luciad.ogc.ows.model.TLcdOWSBoundingBox
Packages that use TLcdOWSBoundingBox
Package
Description
Provides API for modeling OGC Catalog Service domain concepts.
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
-
Uses of TLcdOWSBoundingBox in com.luciad.ogc.csw.model
Methods in com.luciad.ogc.csw.model that return types with arguments of type TLcdOWSBoundingBoxModifier and TypeMethodDescriptionTLcdCSWBriefRecord.getBoundingBox()
Returns the value of the property that maps to theBoundingBox
element.TLcdCSWRecord.getBoundingBox()
Returns the value of the property that maps to theBoundingBox
element.TLcdCSWSummaryRecord.getBoundingBox()
Returns the value of the property that maps to theBoundingBox
element. -
Uses of TLcdOWSBoundingBox in com.luciad.ogc.ows.model
Subclasses of TLcdOWSBoundingBox in com.luciad.ogc.ows.modelModifier and TypeClassDescriptionclass
This class represents a rectangular bounding box (or region) parameter, surrounding all the associated data.Methods in com.luciad.ogc.ows.model that return TLcdOWSBoundingBoxModifier and TypeMethodDescriptionTLcdOWSIdentification.getBoundingBox
(int aIndex) Gets the bounding box at a given position.Methods in com.luciad.ogc.ows.model that return types with arguments of type TLcdOWSBoundingBoxModifier and TypeMethodDescriptionTLcdOWSDatasetDescriptionSummaryBase.getBoundingBox()
Returns the value of the property that maps to theBoundingBox
element.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSBoundingBoxModifier and TypeMethodDescriptionvoid
TLcdOWSIdentification.addBoundingBox
(TLcdOWSBoundingBox aBoundingBox) Adds a bounding box.