Uses of Class
com.luciad.ogc.ows.model.TLcdOWSWGS84BoundingBox
Packages that use TLcdOWSWGS84BoundingBox
Package
Description
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.
Model of an OGC Web Feature Service (WFS), used by the WFS client API in
com.luciad.ogc.wfs.client.
-
Uses of TLcdOWSWGS84BoundingBox in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return types with arguments of type TLcdOWSWGS84BoundingBoxModifier and TypeMethodDescriptionTLcdOWSDatasetDescriptionSummaryBase.getWGS84BoundingBox()Returns the value of the property that maps to theWGS84BoundingBoxelement. -
Uses of TLcdOWSWGS84BoundingBox in com.luciad.ogc.wfs.common.model
Methods in com.luciad.ogc.wfs.common.model that return TLcdOWSWGS84BoundingBoxModifier and TypeMethodDescriptionTLcdWFSFeatureType.getWGS84BoundingBox(int aIndex) Gets the WGS84 bounding box at a given position.Methods in com.luciad.ogc.wfs.common.model with parameters of type TLcdOWSWGS84BoundingBoxModifier and TypeMethodDescriptionvoidTLcdWFSFeatureType.addWGS84BoundingBox(TLcdOWSWGS84BoundingBox aWGS84BoundingBox) Adds a WGS84 bounding box for the data associated to this feature type.