Uses of Class
com.luciad.ogc.ows.model.TLcdOWSPosition
Packages that use TLcdOWSPosition
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.
-
Uses of TLcdOWSPosition in com.luciad.ogc.ows.model
Subclasses of TLcdOWSPosition in com.luciad.ogc.ows.modelModifier and TypeClassDescriptionclassTwo-dimensional position instances hold the longitude and latitude coordinates of a position in the 2D WGS 84 coordinate reference system.Methods in com.luciad.ogc.ows.model that return TLcdOWSPositionMethods in com.luciad.ogc.ows.model with parameters of type TLcdOWSPositionModifier and TypeMethodDescriptionvoidTLcdOWSBoundingBox.setLowerCorner(TLcdOWSPosition aValue) voidTLcdOWSWGS84BoundingBox.setLowerCorner(TLcdOWSPosition aLowerCorner) Sets the lower corner.voidTLcdOWSBoundingBox.setUpperCorner(TLcdOWSPosition aValue) voidTLcdOWSWGS84BoundingBox.setUpperCorner(TLcdOWSPosition aUpperCorner) Sets the upper corner.Constructors in com.luciad.ogc.ows.model with parameters of type TLcdOWSPositionModifierConstructorDescriptionTLcdOWSBoundingBox(String aCrs, TLcdOWSPosition aLowerCorner, TLcdOWSPosition aUpperCorner) Convenience constructor that sets the crs, lower corner and upper corner when constructing a TLcdOWSBoundingBox.TLcdOWSWGS84BoundingBox(TLcdOWSPosition aLowerCorner, TLcdOWSPosition aUpperCorner) Convenience constructor that sets lower corner and upper corner when constructing a TLcdOWSBoundingBox.