|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface defines the differt types of operations that may be performed by a map server, their access addresses and formats.
----------------------------------------------------------------------
Field Summary | |
static int |
CAPABILITIES
|
static java.lang.String |
CAPABILITIES_NAME
|
static int |
DESCRIBELAYER
|
static java.lang.String |
DESCRIBELAYER_NAME
|
static int |
FEATUREINFO
|
static java.lang.String |
FEATUREINFO_NAME
|
static int |
GETCAPABILITIES
|
static java.lang.String |
GETCAPABILITIES_NAME
|
static int |
GETFEATUREINFO
|
static java.lang.String |
GETFEATUREINFO_NAME
|
static int |
GETLEGENDGRAPHIC
|
static java.lang.String |
GETLEGENDGRAPHIC_NAME
|
static int |
GETMAP
|
static java.lang.String |
GETMAP_NAME
|
static int |
GETSCALEBAR
|
static java.lang.String |
GETSCALEBAR_NAME
|
static int |
GETSTYLES
|
static java.lang.String |
GETSTYLES_NAME
|
static int |
MAP
|
static java.lang.String |
MAP_NAME
|
static int |
PUTSTYLES
|
static java.lang.String |
PUTSTYLES_NAME
|
static int |
UNKNOWN
|
static java.lang.String |
UNKNOWN_NAME
|
Method Summary | |
void |
addDCPType(DCPType dCPType)
adds the available Distributed Computing Platforms (DCPs) for a operation. |
void |
addFormat(Format format)
Adds a format to the Operation's formats (if it is not defined yet). |
DCPType[] |
getDCPTypes()
returns the available Distributed Computing Platforms (DCPs) for a operation. |
Format |
getFormat(java.lang.String format)
Returns the specified Format (currently as a String), if the Operation supports it, else null. |
Format[] |
getFormats()
returns the formats a operation is able to return its results |
java.lang.String |
getOperationName()
returns the name of the operation defined above. |
int |
getOperationType()
returns the operation type defnied above. |
java.lang.String |
getResponsibleClass()
returns the name of the class that's responsible for handling the operation (request). |
Field Detail |
public static final int GETCAPABILITIES
public static final int CAPABILITIES
public static final int GETMAP
public static final int MAP
public static final int GETFEATUREINFO
public static final int FEATUREINFO
public static final int DESCRIBELAYER
public static final int GETLEGENDGRAPHIC
public static final int GETSTYLES
public static final int PUTSTYLES
public static final int GETSCALEBAR
public static final int UNKNOWN
public static final java.lang.String GETCAPABILITIES_NAME
public static final java.lang.String CAPABILITIES_NAME
public static final java.lang.String GETMAP_NAME
public static final java.lang.String MAP_NAME
public static final java.lang.String GETFEATUREINFO_NAME
public static final java.lang.String FEATUREINFO_NAME
public static final java.lang.String DESCRIBELAYER_NAME
public static final java.lang.String GETLEGENDGRAPHIC_NAME
public static final java.lang.String GETSTYLES_NAME
public static final java.lang.String PUTSTYLES_NAME
public static final java.lang.String GETSCALEBAR_NAME
public static final java.lang.String UNKNOWN_NAME
Method Detail |
public Format[] getFormats()
public Format getFormat(java.lang.String format)
format
- the name of the Operation to look u
public void addFormat(Format format)
format
- the name of the format to addpublic DCPType[] getDCPTypes()
public void addDCPType(DCPType dCPType)
public int getOperationType()
public java.lang.String getOperationName()
public java.lang.String getResponsibleClass()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |