public class CIMGeometricEffectEnclosingPolygon extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectEnclosingPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectEnclosingPolygon |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
GeometricEffectEnclosingPolygonMethod |
getMethod()
Gets the method which specifies the way in which the polygon geometry is generated around the feature geometry.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setMethod(GeometricEffectEnclosingPolygonMethod method)
Sets the method which specifies the way in which the polygon geometry is generated around the feature geometry.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic GeometricEffectEnclosingPolygonMethod getMethod()
public void setMethod(GeometricEffectEnclosingPolygonMethod method)
public static CIMGeometricEffectEnclosingPolygon fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMGeometricEffectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMGeometricEffect