Uses of Enum Class
com._1c.g5.v8.dt.geographicalschema.model.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model with type parameters of type ProjectionModifier and TypeFieldDescriptionstatic final List<Projection>
Projection.VALUES
A public read-only list of all the 'Projection' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return ProjectionModifier and TypeMethodDescriptionstatic Projection
Projection.get
(int value) Returns the 'Projection' literal with the specified integer value.static Projection
Returns the 'Projection' literal with the specified literal value.static Projection
Returns the 'Projection' literal with the specified name.GeographicalSchema.getSchemaProjection()
Returns the value of the 'Schema Projection' attribute.static Projection
Returns the enum constant of this class with the specified name.static Projection[]
Projection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type ProjectionModifier and TypeMethodDescriptionvoid
GeographicalSchema.setSchemaProjection
(Projection value) Sets the value of the 'Schema Projection
' attribute. -
Uses of Projection in com._1c.g5.v8.dt.geographicalschema.model.impl
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return ProjectionModifier and TypeMethodDescriptionGeographicalSchemaFactoryImpl.createProjectionFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GeographicalSchemaImpl.getSchemaProjection()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type ProjectionModifier and TypeMethodDescriptionvoid
GeographicalSchemaImpl.setSchemaProjection
(Projection newSchemaProjection) -
Uses of Projection in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.utils with parameters of type ProjectionModifier and TypeMethodDescriptionstatic boolean
GeometryUtils.contains
(LayerObject shape, double x, double y, Projection projection, double latitudeShift, double longitudeShift, IGeographicalSchemaPresenter presenter) Gets ifLayerObject
object contains coordinatesCoordinateConverter.convert
(double x, double y, Projection projection) Converts coordinates to projectedstatic org.eclipse.swt.graphics.Point
GeometryUtils.getDataCoordinates
(LayerObject object, double xShift, double yShift, double mult, Projection projection, double latitudeShift, double longitudeShift) Gets coordinates to draw analytical datastatic int[][]
GeometryUtils.getSegmentedIntCoordinates
(PolygonShape polygonShape, double xShift, double yShift, double mult, Projection projection, double latitudeShift, double longitudeShift) Gets integer coordiantes for segments ofPolygonShape
objectstatic int[][]
GeometryUtils.getSegmentedIntCoordinates
(PolylineShape polyline, double xShift, double yShift, double mult, Projection projection, double latitudeShift, double longitudeShift) Gets integer coordiantes for segments ofPolylineShape
objectstatic int[][]
GeometryUtils.getSegmentedIntCoordinates
(List<List<Double>> objectSegments, double xShift, double yShift, double mult, Projection projection, double latitudeShift, double longitudeShift) Gets integer coordiantes for segmented objectGeometryUtils.transformBounds
(double xMin, double yMin, double xMax, double yMax, Projection projection, int precision, double latitudeShift, double longitudeShift) Transforms bounds rect to more precise area