|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsService
Implementation of ArcIMS service element. This class represents settings for an ArcIMS service as received from a GETCLIENTSERVICES request.
| Field Summary | |
static int |
SERVICE_ACCESS_PRIVATE
|
static int |
SERVICE_ACCESS_PUBLIC
|
static int |
SERVICE_IMAGE_TYPE_GIF
|
static int |
SERVICE_IMAGE_TYPE_JPG
|
static int |
SERVICE_IMAGE_TYPE_PNG
|
static int |
SERVICE_STATUS_DISABLED
|
static int |
SERVICE_STATUS_ENABLED
|
static int |
SERVICE_TYPE_FEATURE
|
static int |
SERVICE_TYPE_IMAGE
|
static int |
SERVICE_TYPE_ROUTE
|
| Constructor Summary | |
AimsService()
Creates new AimsService |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name of the map service. |
int |
getType()
Gets the type of the map service, either AimsService.SERVICE_TYPE_IMAGE, AimsService.SERVICE_TYPE_FEATURE, or AimsService.SERVICE_TYPE_ROUTE. |
boolean |
isEnabled()
|
boolean |
isFeatureService()
Returns true if the service is a feature service. |
boolean |
isImageService()
Returns true if the service is an image service. |
boolean |
isRouteService()
Returns true if the service is a route service. |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SERVICE_ACCESS_PUBLIC
public static final int SERVICE_ACCESS_PRIVATE
public static final int SERVICE_STATUS_ENABLED
public static final int SERVICE_STATUS_DISABLED
public static final int SERVICE_TYPE_IMAGE
public static final int SERVICE_TYPE_FEATURE
public static final int SERVICE_TYPE_ROUTE
public static final int SERVICE_IMAGE_TYPE_PNG
public static final int SERVICE_IMAGE_TYPE_JPG
public static final int SERVICE_IMAGE_TYPE_GIF
| Constructor Detail |
public AimsService()
| Method Detail |
public java.lang.String getName()
public int getType()
public boolean isEnabled()
public boolean isFeatureService()
public boolean isImageService()
public boolean isRouteService()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||