deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.datatypes.values.Values

Packages that use Values
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices.wcs.describecoverage   
org.deegree.ogcwebservices.wms.operation   
org.deegree.owscommon_new   
org.deegree.processing.raster.interpolation   
 

Uses of Values in org.deegree.ogcbase
 

Methods in org.deegree.ogcbase that return Values
protected  Values OGCDocument.parseValues(Element element, URI namespaceURI)
          creates a Values object from the passed element
 

Methods in org.deegree.ogcbase with parameters of type Values
protected static void XMLFactory.appendValues(Element xmlNode, Values values, URI namespaceURI)
          Appends an XML representation of the passed Values to the passed Element.
 

Uses of Values in org.deegree.ogcwebservices.wcs.describecoverage
 

Methods in org.deegree.ogcwebservices.wcs.describecoverage that return Values
 Values AxisDescription.getValues()
           
 

Methods in org.deegree.ogcwebservices.wcs.describecoverage with parameters of type Values
 void AxisDescription.setValues(Values values)
           
 

Constructors in org.deegree.ogcwebservices.wcs.describecoverage with parameters of type Values
AxisDescription(String name, String label, String description, MetadataLink metadataLink, URI semantic, URI refSys, String refSysLabel, Values values)
           
AxisDescription(String name, String label, Values values)
           
 

Uses of Values in org.deegree.ogcwebservices.wms.operation
 

Methods in org.deegree.ogcwebservices.wms.operation that return Values
 Values GetMap.getElevation()
          Some geospatial information may be available at multiple elevations.
 Values GetMap.getTime()
          This specification is based on [ISO 8601:1988(E)]; it extends ISO 8601 in the following ways: It defines a syntax for expressing the start, end and periodicity of a data collection.
 

Methods in org.deegree.ogcwebservices.wms.operation that return types with arguments of type Values
 Map<String,Values> GetMap.getSampleDimension()
          Some geospatial information may be available at other dimensions (for example, satellite images in different wavelength bands).
 

Methods in org.deegree.ogcwebservices.wms.operation with parameters of type Values
static GetMap GetMap.create(String version, String id, GetMap.Layer[] layers, Values elevation, Map<String,Values> sampleDimension, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bGColor, String exceptions, Values time, URL sldURL, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          creates a WTSGetViewRequest from a set of parameters and builds up the complete SLD.
 

Method parameters in org.deegree.ogcwebservices.wms.operation with type arguments of type Values
static GetMap GetMap.create(String version, String id, GetMap.Layer[] layers, Values elevation, Map<String,Values> sampleDimension, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bGColor, String exceptions, Values time, URL sldURL, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          creates a WTSGetViewRequest from a set of parameters and builds up the complete SLD.
 

Constructors in org.deegree.ogcwebservices.wms.operation with parameters of type Values
GetMap(String version, String id, GetMap.Layer[] layers, Values elevation, Map<String,Values> sampleDimension, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bGColor, String exceptions, Values time, URL sldURL, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          Creates a new GetMapRequest object.
 

Constructor parameters in org.deegree.ogcwebservices.wms.operation with type arguments of type Values
GetMap(String version, String id, GetMap.Layer[] layers, Values elevation, Map<String,Values> sampleDimension, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bGColor, String exceptions, Values time, URL sldURL, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          Creates a new GetMapRequest object.
 

Uses of Values in org.deegree.owscommon_new
 

Methods in org.deegree.owscommon_new that return Values
 Values DomainType.getValueList()
           
 

Constructors in org.deegree.owscommon_new with parameters of type Values
DomainType(boolean optional, boolean repeatable, String description, int direction, QualifiedName name, List<TypedLiteral> values, List<Interval> ranges, TypedLiteral defaultValue, boolean anyValueAllowed, String meaning, boolean noValuesAllowed, CoordinateSystem referenceSystem, QualifiedName unitOfMeasure, Values valueList, Object metadata)
          Standard constructor that initializes all encapsulated data.
 

Uses of Values in org.deegree.processing.raster.interpolation
 

Fields in org.deegree.processing.raster.interpolation declared as Values
protected  Values Interpolation.ignoreValues
           
 

Constructors in org.deegree.processing.raster.interpolation with parameters of type Values
Interpolation(Quadtree<?> data, Values ignoreValues)
           
Interpolation(Quadtree<?> data, Values ignoreValues, double searchRadius1, double searchRadius2, double searchRadiusAngle, int minData, int maxData, double noValue, double autoincreaseSearchRadius1, double autoincreaseSearchRadius2)
           
InverseDistanceToPower(Quadtree<?> data, Values ignoreValues, double power)
           
InverseDistanceToPower(Quadtree<?> data, Values ignoreValues, double searchRadius1, double searchRadius2, double searchRadiusAngle, int minData, int maxData, double noValue, double autoincreaseSearchRadius1, double autoincreaseSearchRadius2, double power)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org