|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LanguageString in org.deegree.commons.metadata |
---|
Fields in org.deegree.commons.metadata with type parameters of type LanguageString | |
---|---|
static CollectionUtils.Mapper<Pair<List<LanguageString>,CodeType>,KeywordsType> |
MetadataJAXBConverter.KW_MAPPER
|
static CollectionUtils.Mapper<LanguageString,LanguageStringType> |
MetadataJAXBConverter.LANG_LANG_MAPPER
|
static CollectionUtils.Mapper<LanguageString,String> |
MetadataJAXBConverter.LANG_MAPPER
Maps a string to language string. |
Uses of LanguageString in org.deegree.protocol.ows.metadata |
---|
Methods in org.deegree.protocol.ows.metadata that return types with arguments of type LanguageString | |
---|---|
List<LanguageString> |
Description.getAbstracts()
|
List<Pair<List<LanguageString>,CodeType>> |
Description.getKeywords()
|
List<LanguageString> |
Description.getTitles()
|
Method parameters in org.deegree.protocol.ows.metadata with type arguments of type LanguageString | |
---|---|
void |
Description.setAbstracts(List<LanguageString> abstracts)
|
void |
Description.setKeywords(List<Pair<List<LanguageString>,CodeType>> keywords)
|
void |
Description.setTitles(List<LanguageString> titles)
|
Uses of LanguageString in org.deegree.protocol.wfs.metadata |
---|
Methods in org.deegree.protocol.wfs.metadata that return types with arguments of type LanguageString | |
---|---|
List<LanguageString> |
WFSFeatureType.getAbstracts()
|
List<LanguageString> |
WFSFeatureType.getTitles()
|
Constructor parameters in org.deegree.protocol.wfs.metadata with type arguments of type LanguageString | |
---|---|
WFSFeatureType(QName name,
List<LanguageString> titles,
List<LanguageString> abstracts,
List<String> outputFormats,
List<Object> keywords,
CRSRef defaultCrs,
List<CRSRef> otherCrs,
List<Envelope> wgs84BBoxes,
List<Object> mdReferences,
Object extendedDescription)
|
|
WFSFeatureType(QName name,
List<LanguageString> titles,
List<LanguageString> abstracts,
List<String> outputFormats,
List<Object> keywords,
CRSRef defaultCrs,
List<CRSRef> otherCrs,
List<Envelope> wgs84BBoxes,
List<Object> mdReferences,
Object extendedDescription)
|
Uses of LanguageString in org.deegree.protocol.wfs.storedquery |
---|
Methods in org.deegree.protocol.wfs.storedquery that return types with arguments of type LanguageString | |
---|---|
List<LanguageString> |
Parameter.getAbstracts()
|
List<LanguageString> |
StoredQueryDefinition.getAbstracts()
|
List<LanguageString> |
Parameter.getTitles()
|
List<LanguageString> |
StoredQueryDefinition.getTitles()
|
Constructor parameters in org.deegree.protocol.wfs.storedquery with type arguments of type LanguageString | |
---|---|
StoredQueryDefinition(String id,
List<LanguageString> titles,
List<LanguageString> abstracts,
List<org.apache.axiom.om.OMElement> metadataEls,
List<Parameter> parameters,
List<QueryExpressionText> queryExpressionTexts)
|
|
StoredQueryDefinition(String id,
List<LanguageString> titles,
List<LanguageString> abstracts,
List<org.apache.axiom.om.OMElement> metadataEls,
List<Parameter> parameters,
List<QueryExpressionText> queryExpressionTexts)
|
Uses of LanguageString in org.deegree.protocol.wps.client.input.type |
---|
Methods in org.deegree.protocol.wps.client.input.type that return LanguageString | |
---|---|
LanguageString |
InputType.getAbstract()
Returns the abstract for the parameter. |
LanguageString |
InputType.getTitle()
Returns the parameter title. |
Constructors in org.deegree.protocol.wps.client.input.type with parameters of type LanguageString | |
---|---|
BBoxInputType(CodeType id,
LanguageString inputTitle,
LanguageString inputAbstract,
String minOccurs,
String maxOccurs,
String defaultCRS,
String[] supportedCRSs)
|
|
ComplexInputType(CodeType id,
LanguageString inputTitle,
LanguageString inputAbstract,
String minOccurs,
String maxOccurs,
ComplexFormat defaultFormat,
ComplexFormat[] supportedFormats)
|
|
InputType(CodeType id,
LanguageString inputTitle,
LanguageString inputAbstract,
String minOccurs,
String maxOccurs)
Creates a new InputType instance. |
|
LiteralInputType(CodeType id,
LanguageString inputTitle,
LanguageString inputAbstract,
String minOccurs,
String maxOccurs,
ValueWithRef dataType,
ValueWithRef defaultUom,
ValueWithRef[] supportedUoms,
String[] allowedValues,
Range[] range,
boolean anyValue,
ValueWithRef reference)
Creates a new LiteralInputType instance. |
Uses of LanguageString in org.deegree.protocol.wps.client.output.type |
---|
Methods in org.deegree.protocol.wps.client.output.type that return LanguageString | |
---|---|
LanguageString |
OutputType.getAbstract()
Returns the abstract for the parameter. |
LanguageString |
OutputType.getTitle()
Returns the parameter title. |
Constructors in org.deegree.protocol.wps.client.output.type with parameters of type LanguageString | |
---|---|
BBoxOutputType(CodeType id,
LanguageString outputTitle,
LanguageString outputAbstract,
String defaultCrs,
String[] supportedCrs)
|
|
ComplexOutputType(CodeType id,
LanguageString outputTitle,
LanguageString outputAbstract,
ComplexFormat defaultFormat,
ComplexFormat[] supportedFormats)
|
|
LiteralOutputType(CodeType id,
LanguageString outputTitle,
LanguageString outputAbstract,
ValueWithRef dataType,
ValueWithRef defaultUom,
ValueWithRef[] supportedUoms)
|
|
OutputType(CodeType id,
LanguageString inputTitle,
LanguageString inputAbstract)
Creates a new OutputType instance. |
Uses of LanguageString in org.deegree.protocol.wps.client.process |
---|
Methods in org.deegree.protocol.wps.client.process that return LanguageString | |
---|---|
LanguageString |
Process.getAbstract()
Returns the abstract of the process. |
LanguageString |
ProcessInfo.getAbstract()
Returns the abstract of the process. |
LanguageString |
Process.getTitle()
Returns the title of the process. |
LanguageString |
ProcessInfo.getTitle()
Returns the title of the process. |
Constructors in org.deegree.protocol.wps.client.process with parameters of type LanguageString | |
---|---|
ProcessInfo(CodeType id,
LanguageString title,
LanguageString processAbstract,
String version)
Creates a new ProcessInfo instance. |
Uses of LanguageString in org.deegree.services.wps.execute |
---|
Methods in org.deegree.services.wps.execute that return LanguageString | |
---|---|
LanguageString |
RequestedOutput.getAbstract()
Returns the abstract of the process output parameter, normally available for display to a human. |
LanguageString |
RequestedOutput.getTitle()
Returns the title of the process output parameter, normally available for display to a human. |
Constructors in org.deegree.services.wps.execute with parameters of type LanguageString | |
---|---|
RequestedOutput(ProcessletOutputDefinition outputType,
boolean asReference,
String mimeType,
String encoding,
String schemaURL,
String uom,
LanguageString title,
LanguageString summary)
Creates a new RequestedOutput instance. |
Uses of LanguageString in org.deegree.services.wps.input |
---|
Methods in org.deegree.services.wps.input that return LanguageString | |
---|---|
LanguageString |
ProcessletInput.getAbstract()
Returns the narrative description that has been supplied with the input parameter, normally available for display to a human. |
LanguageString |
ProcessletInputImpl.getAbstract()
Returns the narrative description that has been supplied with the input parameter, normally available for display to a human. |
LanguageString |
ProcessletInput.getTitle()
Returns the title that has been supplied with the input parameter, normally available for display to a human. |
LanguageString |
ProcessletInputImpl.getTitle()
Returns the title that has been supplied with the input parameter, normally available for display to a human. |
Uses of LanguageString in org.deegree.services.wps.output |
---|
Methods in org.deegree.services.wps.output that return LanguageString | |
---|---|
LanguageString |
ProcessletOutput.getSubmittedAbstract()
Returns the narrative description that has been supplied with the request of the output parameter, normally available for display to a human. |
LanguageString |
ProcessletOutputImpl.getSubmittedAbstract()
|
LanguageString |
ProcessletOutput.getSubmittedTitle()
Returns the title that has been supplied with the request of the output parameter, normally available for display to a human. |
LanguageString |
ProcessletOutputImpl.getSubmittedTitle()
|
Methods in org.deegree.services.wps.output with parameters of type LanguageString | |
---|---|
void |
ProcessletOutput.setAbstract(LanguageString summary)
Sets the parameter abstract in the response sent to the client. |
void |
ProcessletOutputImpl.setAbstract(LanguageString summary)
|
void |
ProcessletOutput.setTitle(LanguageString title)
Sets the parameter title in the response sent to the client. |
void |
ProcessletOutputImpl.setTitle(LanguageString title)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |