public interface GeoTag extends IdEObject
The following features are supported:
StorePackage.getGeoTag()| Modifier and Type | Method and Description |
|---|---|
Double |
getDirectionAngle()
Returns the value of the 'Direction Angle' attribute.
|
Boolean |
getEnabled()
Returns the value of the 'Enabled' attribute.
|
Integer |
getEpsg()
Returns the value of the 'Epsg' attribute.
|
org.eclipse.emf.common.util.EList<Project> |
getProjects()
Returns the value of the 'Projects' reference list.
|
Double |
getX()
Returns the value of the 'X' attribute.
|
Double |
getY()
Returns the value of the 'Y' attribute.
|
Double |
getZ()
Returns the value of the 'Z' attribute.
|
void |
setDirectionAngle(Double value)
Sets the value of the '
Direction Angle' attribute. |
void |
setEnabled(Boolean value)
Sets the value of the '
Enabled' attribute. |
void |
setEpsg(Integer value)
Sets the value of the '
Epsg' attribute. |
void |
setX(Double value)
Sets the value of the '
X' attribute. |
void |
setY(Double value)
Sets the value of the '
Y' attribute. |
void |
setZ(Double value)
Sets the value of the '
Z' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeBoolean getEnabled()
If the meaning of the 'Enabled' attribute isn't clear, there really should be more of a description here...
setEnabled(Boolean),
StorePackage.getGeoTag_Enabled()void setEnabled(Boolean value)
Enabled' attribute.
value - the new value of the 'Enabled' attribute.getEnabled()org.eclipse.emf.common.util.EList<Project> getProjects()
Project.
It is bidirectional and its opposite is 'Geo Tag'.
If the meaning of the 'Projects' reference list isn't clear, there really should be more of a description here...
StorePackage.getGeoTag_Projects(),
Project.getGeoTag()Double getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(Double),
StorePackage.getGeoTag_X()void setX(Double value)
X' attribute.
value - the new value of the 'X' attribute.getX()Double getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(Double),
StorePackage.getGeoTag_Y()void setY(Double value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()Double getZ()
If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...
setZ(Double),
StorePackage.getGeoTag_Z()void setZ(Double value)
Z' attribute.
value - the new value of the 'Z' attribute.getZ()Integer getEpsg()
If the meaning of the 'Epsg' attribute isn't clear, there really should be more of a description here...
setEpsg(Integer),
StorePackage.getGeoTag_Epsg()void setEpsg(Integer value)
Epsg' attribute.
value - the new value of the 'Epsg' attribute.getEpsg()Double getDirectionAngle()
If the meaning of the 'Direction Angle' attribute isn't clear, there really should be more of a description here...
setDirectionAngle(Double),
StorePackage.getGeoTag_DirectionAngle()void setDirectionAngle(Double value)
Direction Angle' attribute.
value - the new value of the 'Direction Angle' attribute.getDirectionAngle()Copyright © 2018 OpenSource BIM. All rights reserved.