@Api(allMethods=true) public class GeometryAttributeInfo extends AttributeBaseInfo implements EditableAttributeInfo
| Constructor and Description |
|---|
GeometryAttributeInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEditable()
Indicates whether the layer is capable of of changing the geometry value for a feature.
|
void |
setEditable(boolean editable)
Set whether the layer is capable of of changing the geometry value for a feature.
|
getName, setNamepublic boolean isEditable()
SecurityContext.
Note that when editable is false, it will be impossible to create new features.isEditable in interface EditableAttributeInfoisEditable in class AttributeBaseInfopublic void setEditable(boolean editable)
SecurityContext.
Note that when editable is false, it will be impossible to create new features.setEditable in interface EditableAttributeInfosetEditable in class AttributeBaseInfoeditable - "editable" capability for attributeCopyright © 2015 Geosparc. All Rights Reserved.