|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is implemented by FeatureLayer, etc.
| Field Summary | |
static int |
LAYER_TYPE_ACETATE
|
static int |
LAYER_TYPE_FEATURE
|
static int |
LAYER_TYPE_IMAGE
|
static int |
LAYER_TYPE_WMS
|
| Method Summary | |
void |
addLayerListLegend(AimsLayerListLegend legend)
Adds a layer list legend. |
void |
adjustScaleFactors(double multiplier)
Adjusts the scale factors for this layer. |
void |
adjustScaleFactors(java.lang.String inUnits,
java.lang.String outUnits)
Adjusts the scale factors for this layer. |
boolean |
canEdit()
|
boolean |
canFindByAttribute()
|
boolean |
canHideLabels()
|
boolean |
canHideLayerListLegend()
Gets and indicator of whether the legend could be shown, true regardless of whether or not it is turned off. |
boolean |
canSelectByAttribute()
|
boolean |
canShowLayerListLegend()
Gets and indicator of whether the legend could be shown, true regardless of whether or not it is turned off. |
java.lang.Object |
clone()
|
java.lang.String |
getAlias()
|
boolean |
getCanDrillIdentify()
|
boolean |
getCanIdentify()
|
boolean |
getCanSelect()
|
boolean |
getCanSetVisibility()
|
boolean |
getCanSetVisibilityBeyondScale()
|
boolean |
getCanSymbolize()
Gets an indicator of whether the layer can be symbolized. |
boolean |
getCanZoomToLayer()
|
AimsEnvelope |
getExtent()
|
java.lang.String |
getId()
|
boolean |
getImmediateRefresh()
|
AimsLayerListLegend |
getLayerListLegend()
Gets and indicator of whether a layer list legend exists at this scale. |
AimsLayerListLegends |
getLayerListLegends()
Gets the array of layer list legends for this group. |
int |
getLayerType()
|
boolean |
getLegendVisible()
|
AimsMap |
getMap()
|
double |
getMaxScale()
|
java.lang.String |
getMetadataUrl()
|
double |
getMinScale()
|
java.lang.String |
getName()
|
int |
getObjectId()
|
java.lang.String |
getProperty(java.lang.String name)
|
AimsRecordset |
getRecordset()
|
AimsRenderer |
getRenderer()
|
boolean |
getShowSymbolizeIcon()
Gets an indicator of whether the symbolize icon shows up in the layer list. |
java.lang.Object |
getTag()
Gets the user defined object tag assosciated with this object. |
java.lang.String |
getType()
|
boolean |
getVisible()
|
boolean |
hasLayerListLegend()
Gets and indicator of whether a layer list legend exists at this scale. |
boolean |
isBufferLayer()
|
boolean |
isClone()
|
boolean |
isDynamic()
|
boolean |
isHighlightLayer()
|
boolean |
isLayerWithinThreshold()
|
boolean |
isServiceLayer()
|
boolean |
labelsHidden()
|
void |
setExtent(AimsEnvelope envelope)
|
void |
setLegendVisible(boolean isVisible)
|
void |
setMap(AimsMap map)
|
void |
setMaxScale(double scale)
|
void |
setMinScale(double scale)
|
void |
setModified(boolean isModified)
|
void |
setProperty(java.lang.String name,
java.lang.String value)
|
void |
setTag(java.lang.Object tag)
Sets the user defined object associated to this object. |
void |
setVisible(boolean visible)
|
void |
showLabels(boolean showLabels)
|
java.lang.String |
toAxlString(java.lang.String requestType)
|
java.lang.String |
toString()
|
| Field Detail |
public static final int LAYER_TYPE_FEATURE
public static final int LAYER_TYPE_IMAGE
public static final int LAYER_TYPE_ACETATE
public static final int LAYER_TYPE_WMS
| Method Detail |
public boolean canEdit()
public boolean canHideLabels()
public java.lang.Object clone()
public java.lang.String getAlias()
public boolean getCanDrillIdentify()
public boolean getCanIdentify()
public boolean canFindByAttribute()
public boolean canSelectByAttribute()
public boolean getCanSelect()
public boolean getCanSetVisibility()
public boolean getCanSetVisibilityBeyondScale()
public boolean getCanZoomToLayer()
public AimsEnvelope getExtent()
public java.lang.String getId()
public boolean getImmediateRefresh()
public int getLayerType()
public boolean getLegendVisible()
public AimsMap getMap()
public double getMaxScale()
public java.lang.String getMetadataUrl()
public double getMinScale()
public java.lang.String getName()
public int getObjectId()
public java.lang.String getProperty(java.lang.String name)
public AimsRenderer getRenderer()
public AimsRecordset getRecordset()
public java.lang.String getType()
public boolean getVisible()
public boolean isBufferLayer()
public boolean isClone()
public boolean isDynamic()
public boolean isHighlightLayer()
public boolean isLayerWithinThreshold()
public boolean isServiceLayer()
public boolean labelsHidden()
public void setExtent(AimsEnvelope envelope)
public void setLegendVisible(boolean isVisible)
public void setMap(AimsMap map)
public void setMaxScale(double scale)
public void setMinScale(double scale)
public void setModified(boolean isModified)
public void setProperty(java.lang.String name,
java.lang.String value)
public void setVisible(boolean visible)
public void showLabels(boolean showLabels)
public java.lang.String toAxlString(java.lang.String requestType)
public java.lang.String toString()
public void addLayerListLegend(AimsLayerListLegend legend)
legend - The legend to add.public boolean hasLayerListLegend()
public AimsLayerListLegend getLayerListLegend()
public AimsLayerListLegends getLayerListLegends()
public boolean canHideLayerListLegend()
public boolean canShowLayerListLegend()
public boolean getCanSymbolize()
public boolean getShowSymbolizeIcon()
public java.lang.Object getTag()
public void setTag(java.lang.Object tag)
tag - Any Object.
public void adjustScaleFactors(java.lang.String inUnits,
java.lang.String outUnits)
inUnits - The original units, "METERS", FEET" or "DECIMAL_DEGREES".outUnits - The target units, "METERS", FEET" or "DECIMAL_DEGREES".public void adjustScaleFactors(double multiplier)
multiplier - The multiplication factor for
adjusting scale factors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||