|
|||||||||
| 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.PointLabelPlacementDescription
public class PointLabelPlacementDescription
Java class for PointLabelPlacementDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointLabelPlacementDescription">
<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}esriServerPointLabelPlacementType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PointLabelPlacementDescription()
PointLabelPlacementDescription default constructor. |
|
PointLabelPlacementDescription(EsriServerPointLabelPlacementType type)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriServerPointLabelPlacementType |
getType()
Gets the value of the type property. |
void |
setType(EsriServerPointLabelPlacementType 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 PointLabelPlacementDescription(EsriServerPointLabelPlacementType type)
public PointLabelPlacementDescription()
| Method Detail |
|---|
public EsriServerPointLabelPlacementType getType()
EsriServerPointLabelPlacementTypepublic void setType(EsriServerPointLabelPlacementType value)
value - allowed object is
EsriServerPointLabelPlacementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||