|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Functions
Supported functions in a capabilities document.
<xsd:complexType name="FunctionsType">
<xsd:sequence>
<xsd:element name="FunctionNames" type="ogc:FunctionNamesType"/>
</xsd:sequence>
</xsd:complexType>
| Method Summary | |
|---|---|
FunctionName |
getFunctionName(String name)
Looks up a function by name, returning null if no such function is found. |
FunctionName[] |
getFunctionNames()
Provided functions. |
| Method Detail |
|---|
FunctionName[] getFunctionNames()
<xsd:element name="FunctionNames" type="ogc:FunctionNamesType"/>
FunctionName getFunctionName(String name)
name - The name of the function.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||