|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedLiteral | |
|---|---|
| org.deegree.datatypes.values | |
| org.deegree.ogcbase | Provides common classes to deal with an OGC conform service instance. |
| org.deegree.ogcwebservices.csw.discovery | |
| org.deegree.ogcwebservices.wcs.getcoverage | |
| org.deegree.ogcwebservices.wps.execute | |
| org.deegree.owscommon_new | |
| org.deegree.owscommon.com110 | |
| Uses of TypedLiteral in org.deegree.datatypes.values |
|---|
| Methods in org.deegree.datatypes.values that return TypedLiteral | |
|---|---|
TypedLiteral |
Values.getDefault()
|
TypedLiteral |
ValueRange.getMax()
|
TypedLiteral |
ValueRange.getMin()
|
TypedLiteral |
Interval.getRes()
|
TypedLiteral[] |
ValueEnumBase.getSingleValue()
|
TypedLiteral |
ValueRange.getSpacing()
|
| Methods in org.deegree.datatypes.values with parameters of type TypedLiteral | |
|---|---|
void |
Values.setDefault(TypedLiteral default_)
|
void |
ValueRange.setMax(TypedLiteral max)
|
void |
ValueRange.setMin(TypedLiteral min)
|
void |
Interval.setRes(TypedLiteral res)
|
void |
ValueEnumBase.setSingleValue(TypedLiteral[] singleValue)
|
void |
ValueRange.setSpacing(TypedLiteral spacing)
|
| Constructors in org.deegree.datatypes.values with parameters of type TypedLiteral | |
|---|---|
Interval(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic,
boolean atomic,
Closure closure,
TypedLiteral res)
|
|
Interval(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic,
TypedLiteral res)
default: atomic = false closure = closed |
|
ValueEnum(Interval[] interval,
TypedLiteral[] singleValue)
|
|
ValueEnum(Interval[] interval,
TypedLiteral[] singleValue,
URI type,
URI semantic)
|
|
ValueEnumBase(Interval[] interval,
TypedLiteral[] singleValue)
|
|
ValueEnumBase(TypedLiteral[] singleValue)
|
|
ValueRange(TypedLiteral min,
TypedLiteral max,
TypedLiteral spacing)
|
|
ValueRange(TypedLiteral min,
TypedLiteral max,
TypedLiteral spacing,
URI type,
URI semantic,
boolean atomic,
Closure closure)
|
|
ValueRange(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic)
default: atomic = false closure = closed |
|
ValueRange(TypedLiteral min,
TypedLiteral max,
URI type,
URI semantic,
boolean atomic,
Closure closure)
|
|
Values(Interval[] interval,
TypedLiteral[] singleValue,
TypedLiteral default_)
|
|
Values(Interval[] interval,
TypedLiteral[] singleValue,
TypedLiteral default_)
|
|
Values(Interval[] interval,
TypedLiteral[] singleValue,
URI type,
URI semantic,
TypedLiteral default_)
|
|
Values(Interval[] interval,
TypedLiteral[] singleValue,
URI type,
URI semantic,
TypedLiteral default_)
|
|
| Uses of TypedLiteral in org.deegree.ogcbase |
|---|
| Methods in org.deegree.ogcbase that return TypedLiteral | |
|---|---|
protected TypedLiteral |
OGCDocument.parseTypedLiteral(Element element)
creates a TypedLiteral from the passed element |
| Methods in org.deegree.ogcbase with parameters of type TypedLiteral | |
|---|---|
protected static void |
XMLFactory.appendTypedLiteral(Element xmlNode,
TypedLiteral singleValue,
String name,
URI namespaceURI)
Appends an XML representation of the passed TypedLiteral to the
passed Element. |
| Uses of TypedLiteral in org.deegree.ogcwebservices.csw.discovery |
|---|
| Methods in org.deegree.ogcwebservices.csw.discovery that return TypedLiteral | |
|---|---|
TypedLiteral |
DomainValues.getListOfValues()
|
| Uses of TypedLiteral in org.deegree.ogcwebservices.wcs.getcoverage |
|---|
| Constructors in org.deegree.ogcwebservices.wcs.getcoverage with parameters of type TypedLiteral | |
|---|---|
AxisSubset(Interval[] interval,
TypedLiteral[] singleValue,
String name)
|
|
AxisSubset(TypedLiteral[] singleValue,
String name)
|
|
| Uses of TypedLiteral in org.deegree.ogcwebservices.wps.execute |
|---|
| Methods in org.deegree.ogcwebservices.wps.execute that return TypedLiteral | |
|---|---|
TypedLiteral |
IOValue.getLiteralValue()
|
| Methods in org.deegree.ogcwebservices.wps.execute with parameters of type TypedLiteral | |
|---|---|
void |
IOValue.setLiteralValue(TypedLiteral value)
|
| Constructors in org.deegree.ogcwebservices.wps.execute with parameters of type TypedLiteral | |
|---|---|
IOValue(Code identifier,
String title,
String _abstract,
Envelope boundingBoxValue,
ComplexValue complexValue,
IOValue.ComplexValueReference complexValueReference,
TypedLiteral literalValue)
|
|
| Uses of TypedLiteral in org.deegree.owscommon_new |
|---|
| Methods in org.deegree.owscommon_new that return TypedLiteral | |
|---|---|
TypedLiteral |
DomainType.getDefaultValue()
|
| Methods in org.deegree.owscommon_new that return types with arguments of type TypedLiteral | |
|---|---|
List<TypedLiteral> |
DomainType.getValues()
|
| Constructors in org.deegree.owscommon_new with parameters of type TypedLiteral | |
|---|---|
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. |
|
| Constructor parameters in org.deegree.owscommon_new with type arguments of type TypedLiteral | |
|---|---|
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 TypedLiteral in org.deegree.owscommon.com110 |
|---|
| Methods in org.deegree.owscommon.com110 that return TypedLiteral | |
|---|---|
TypedLiteral |
OWSDomainType110.getDefaultValue()
|
TypedLiteral[] |
OWSAllowedValues.getOwsValues()
|
| Methods in org.deegree.owscommon.com110 with parameters of type TypedLiteral | |
|---|---|
void |
OWSDomainType110.setDefaultValue(TypedLiteral defaultValue)
|
| Constructors in org.deegree.owscommon.com110 with parameters of type TypedLiteral | |
|---|---|
OWSAllowedValues(TypedLiteral[] owsValues,
ValueRange[] valueRanges)
TODO |
|
|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org