|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsExtract
| Constructor Summary | |
AimsExtract(AimsMap map)
Creates a new instance of AimsExtract using a Map object |
|
| Method Summary | |
boolean |
extract()
Executes the extract process based on the properties. |
java.lang.String |
getError()
Gets the error message, if any. |
java.lang.String |
getRequest()
Gets the AXL request. |
java.lang.String |
getResponse()
Gets the AXL response. |
java.lang.String |
getUrl()
Gets the url to the zipfile created. |
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 |
setExtent(AimsEnvelope extent)
Sets the extent. |
void |
setExtractServer(java.lang.String server)
Sets the server to be used for extracting. |
void |
setExtractService(java.lang.String service)
Sets the service to be used for extracting. |
void |
setExtractServlet(java.lang.String path)
Sets the servlet path to be used for extracting. |
void |
setLayer(AimsFeatureLayer layer)
Sets the layer to extract. |
void |
setLayers(AimsLayers layers)
Sets the layers to extract. |
void |
setProjections(AimsCoordsys featureCoordsys,
AimsCoordsys filterCoordsys)
Sets the output projection and filter projection |
void |
useSelectedSets(boolean flag)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsExtract(AimsMap map)
map - The display map in the IMF.| Method Detail |
public java.lang.String getError()
public java.lang.String getRequest()
public java.lang.String getResponse()
public java.lang.String getUrl()
public void setExtent(AimsEnvelope extent)
extent - The extent to select the features to extract. If the
extent is null, all features will be extracted.public void setExtractServer(java.lang.String server)
server - The server used for extracing.public void setExtractServlet(java.lang.String path)
path - The servlet path used for extracing.public void setExtractService(java.lang.String service)
service - The service used for extracing.
public void setProjections(AimsCoordsys featureCoordsys,
AimsCoordsys filterCoordsys)
featureCoordsys - The coordsys defining the extract projection.filterCoordsys - The coordsys defining the query filter projection.
This should be the same as the display projection
of the map in the IMF display.public void useSelectedSets(boolean flag)
public void setLayers(AimsLayers layers)
layers - The layers to be extracted.public void setLayer(AimsFeatureLayer layer)
layer - The layer to be extracted.public boolean extract()
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute (not used).name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||