|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.SpatialDirect
Class to support properties and methods in support of Spatial Direct feature extraction.
| Constructor Summary | |
SpatialDirect()
Creates a new instance of SpatialDirect |
|
| Method Summary | |
void |
addCoordinateType(java.lang.String name,
java.lang.String value)
Adds an export coordinate type. |
void |
addFormat(java.lang.String name,
java.lang.String value)
Adds an export format. |
java.lang.Object |
clone()
|
int |
getCoordinateTypeCount()
Returns the number of coordinate types. |
java.lang.String |
getCoordinateTypeName(int index)
Returns the coordinate type name at the specified index. |
java.lang.String |
getCoordinateTypeValue(int index)
Returns the coordinate type value at the specified index. |
java.lang.String |
getExtractRequestUrl(AimsMap map,
AimsLayers layers,
AimsEnvelope extent,
java.lang.String format,
java.lang.String coordsys,
boolean clip)
Gets the extract request URL for the specified parameters. |
int |
getFormatTypeCount()
Returns the number of format types. |
java.lang.String |
getFormatTypeName(int index)
Returns the format type name at the specified index. |
java.lang.String |
getFormatTypeValue(int index)
Returns the format type value at the specified index. |
java.lang.String |
getServletUrl()
Gets the URL for the SpatialDirect servlet. |
java.lang.String |
getTemplatePrefix()
Gets the template prefix for the installation. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setServletUrl(java.lang.String href)
Sets the URL for the SpatialDirect servlet. |
void |
setTemplatePrefix(java.lang.String prefix)
Sets the template prefix for the installation. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SpatialDirect()
| Method Detail |
public java.lang.Object clone()
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.
public void addCoordinateType(java.lang.String name,
java.lang.String value)
name - The coordinate type name.value - The coordinate type value.public int getCoordinateTypeCount()
public java.lang.String getCoordinateTypeName(int index)
public java.lang.String getCoordinateTypeValue(int index)
public void addFormat(java.lang.String name,
java.lang.String value)
name - The format name.value - The format value.public int getFormatTypeCount()
public java.lang.String getFormatTypeName(int index)
public java.lang.String getFormatTypeValue(int index)
public java.lang.String getTemplatePrefix()
public void setTemplatePrefix(java.lang.String prefix)
prefix - The template prefix for the installation.public java.lang.String getServletUrl()
public void setServletUrl(java.lang.String href)
href - The complete URL to the SpatialDirect servlet.
public java.lang.String getExtractRequestUrl(AimsMap map,
AimsLayers layers,
AimsEnvelope extent,
java.lang.String format,
java.lang.String coordsys,
boolean clip)
map - The map object containing the layers to extract.layers - The layers to extract.extent - The limiting extent.format - coordsys - clip - True if the data should be clipped by the extent, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||