|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LabelPlacementDescription
com.esri.arcgisws.PolygonLabelPlacementDescription
public class PolygonLabelPlacementDescription
Java class for PolygonLabelPlacementDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolygonLabelPlacementDescription">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}LabelPlacementDescription">
<sequence>
<element name="Type" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriServerPolygonLabelPlacementType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PolygonLabelPlacementDescription()
PolygonLabelPlacementDescription default constructor. |
|
PolygonLabelPlacementDescription(EsriServerPolygonLabelPlacementType type)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriServerPolygonLabelPlacementType |
getType()
Gets the value of the type property. |
void |
setType(EsriServerPolygonLabelPlacementType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public PolygonLabelPlacementDescription(EsriServerPolygonLabelPlacementType type)
public PolygonLabelPlacementDescription()
| Method Detail |
|---|
public EsriServerPolygonLabelPlacementType getType()
EsriServerPolygonLabelPlacementTypepublic void setType(EsriServerPolygonLabelPlacementType value)
value - allowed object is
EsriServerPolygonLabelPlacementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||