public abstract class CIMMarkerPlacement extends CIMObject
| Constructor and Description |
|---|
CIMMarkerPlacement() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
boolean |
getPlacePerPart()
Gets a value indicating whether to consider individual geometry parts or the whole geometry.
|
java.lang.String |
getPrimitiveName()
Gets the primitive name.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setPlacePerPart(boolean placePerPart)
Sets a value indicating whether to consider individual geometry parts or the whole geometry.
|
void |
setPrimitiveName(java.lang.String primitiveName)
Sets the primitive name.
|
public java.lang.String getPrimitiveName()
public void setPrimitiveName(java.lang.String primitiveName)
public boolean getPlacePerPart()
public void setPlacePerPart(boolean placePerPart)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)