Uses of Class
com.luciad.ogc.ows.model.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
Modifier 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
Modifier and TypeClassDescriptionclass
This class represents a rectangular bounding box (or region) parameter, surrounding all the associated data.Modifier and TypeMethodDescriptionTLcdOWSIdentification.getBoundingBox
(int aIndex) Gets the bounding box at a given position.Modifier and TypeMethodDescriptionTLcdOWSDatasetDescriptionSummaryBase.getBoundingBox()
Returns the value of the property that maps to theBoundingBox
element.Modifier and TypeMethodDescriptionvoid
TLcdOWSIdentification.addBoundingBox
(TLcdOWSBoundingBox aBoundingBox) Adds a bounding box.