Interface ShapeCoordinateSystemInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ShapeCoordinateSystemInfoImpl
public interface ShapeCoordinateSystemInfo extends IBmObject
A representation of the model object 'Shape Coordinate System Info'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAngularUnitName()
Returns the value of the 'Angular Unit Name' attribute.String
getDatumName()
Returns the value of the 'Datum Name' attribute.double
getInverseFlattening()
Returns the value of the 'Inverse Flattening' attribute.String
getName()
Returns the value of the 'Name' attribute.double
getPrimeMeridianLongitude()
Returns the value of the 'Prime Meridian Longitude' attribute.String
getPrimeMeridianName()
Returns the value of the 'Prime Meridian Name' attribute.double
getRadiansPerUnit()
Returns the value of the 'Radians Per Unit' attribute.double
getSemimajorAxis()
Returns the value of the 'Semimajor Axis' attribute.double
getSemiminorAxis()
Returns the value of the 'Semiminor Axis' attribute.String
getSpheroidName()
Returns the value of the 'Spheroid Name' attribute.void
setAngularUnitName(String value)
Sets the value of the 'Angular Unit Name
' attribute.void
setDatumName(String value)
Sets the value of the 'Datum Name
' attribute.void
setInverseFlattening(double value)
Sets the value of the 'Inverse Flattening
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setPrimeMeridianLongitude(double value)
Sets the value of the 'Prime Meridian Longitude
' attribute.void
setPrimeMeridianName(String value)
Sets the value of the 'Prime Meridian Name
' attribute.void
setRadiansPerUnit(double value)
Sets the value of the 'Radians Per Unit
' attribute.void
setSemimajorAxis(double value)
Sets the value of the 'Semimajor Axis
' attribute.void
setSemiminorAxis(double value)
Sets the value of the 'Semiminor Axis
' attribute.void
setSpheroidName(String value)
Sets the value of the 'Spheroid Name
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getDatumName
String getDatumName()
Returns the value of the 'Datum Name' attribute.- Returns:
- the value of the 'Datum Name' attribute.
- See Also:
setDatumName(String)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_DatumName()
-
setDatumName
void setDatumName(String value)
Sets the value of the 'Datum Name
' attribute.- Parameters:
value
- the new value of the 'Datum Name' attribute.- See Also:
getDatumName()
-
getSpheroidName
String getSpheroidName()
Returns the value of the 'Spheroid Name' attribute.- Returns:
- the value of the 'Spheroid Name' attribute.
- See Also:
setSpheroidName(String)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_SpheroidName()
-
setSpheroidName
void setSpheroidName(String value)
Sets the value of the 'Spheroid Name
' attribute.- Parameters:
value
- the new value of the 'Spheroid Name' attribute.- See Also:
getSpheroidName()
-
getSemimajorAxis
double getSemimajorAxis()
Returns the value of the 'Semimajor Axis' attribute.- Returns:
- the value of the 'Semimajor Axis' attribute.
- See Also:
setSemimajorAxis(double)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_SemimajorAxis()
-
setSemimajorAxis
void setSemimajorAxis(double value)
Sets the value of the 'Semimajor Axis
' attribute.- Parameters:
value
- the new value of the 'Semimajor Axis' attribute.- See Also:
getSemimajorAxis()
-
getSemiminorAxis
double getSemiminorAxis()
Returns the value of the 'Semiminor Axis' attribute.- Returns:
- the value of the 'Semiminor Axis' attribute.
- See Also:
setSemiminorAxis(double)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_SemiminorAxis()
-
setSemiminorAxis
void setSemiminorAxis(double value)
Sets the value of the 'Semiminor Axis
' attribute.- Parameters:
value
- the new value of the 'Semiminor Axis' attribute.- See Also:
getSemiminorAxis()
-
getInverseFlattening
double getInverseFlattening()
Returns the value of the 'Inverse Flattening' attribute.- Returns:
- the value of the 'Inverse Flattening' attribute.
- See Also:
setInverseFlattening(double)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_InverseFlattening()
-
setInverseFlattening
void setInverseFlattening(double value)
Sets the value of the 'Inverse Flattening
' attribute.- Parameters:
value
- the new value of the 'Inverse Flattening' attribute.- See Also:
getInverseFlattening()
-
getAngularUnitName
String getAngularUnitName()
Returns the value of the 'Angular Unit Name' attribute.- Returns:
- the value of the 'Angular Unit Name' attribute.
- See Also:
setAngularUnitName(String)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_AngularUnitName()
-
setAngularUnitName
void setAngularUnitName(String value)
Sets the value of the 'Angular Unit Name
' attribute.- Parameters:
value
- the new value of the 'Angular Unit Name' attribute.- See Also:
getAngularUnitName()
-
getRadiansPerUnit
double getRadiansPerUnit()
Returns the value of the 'Radians Per Unit' attribute.- Returns:
- the value of the 'Radians Per Unit' attribute.
- See Also:
setRadiansPerUnit(double)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_RadiansPerUnit()
-
setRadiansPerUnit
void setRadiansPerUnit(double value)
Sets the value of the 'Radians Per Unit
' attribute.- Parameters:
value
- the new value of the 'Radians Per Unit' attribute.- See Also:
getRadiansPerUnit()
-
getPrimeMeridianName
String getPrimeMeridianName()
Returns the value of the 'Prime Meridian Name' attribute.- Returns:
- the value of the 'Prime Meridian Name' attribute.
- See Also:
setPrimeMeridianName(String)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_PrimeMeridianName()
-
setPrimeMeridianName
void setPrimeMeridianName(String value)
Sets the value of the 'Prime Meridian Name
' attribute.- Parameters:
value
- the new value of the 'Prime Meridian Name' attribute.- See Also:
getPrimeMeridianName()
-
getPrimeMeridianLongitude
double getPrimeMeridianLongitude()
Returns the value of the 'Prime Meridian Longitude' attribute.- Returns:
- the value of the 'Prime Meridian Longitude' attribute.
- See Also:
setPrimeMeridianLongitude(double)
,GeographicalSchemaPackage.getShapeCoordinateSystemInfo_PrimeMeridianLongitude()
-
setPrimeMeridianLongitude
void setPrimeMeridianLongitude(double value)
Sets the value of the 'Prime Meridian Longitude
' attribute.- Parameters:
value
- the new value of the 'Prime Meridian Longitude' attribute.- See Also:
getPrimeMeridianLongitude()
-
-