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.VALUESA public read-only list of all the 'Projection' enumerators.Methods in com._1c.g5.v8.dt.geographicalschema.model that return ProjectionModifier and TypeMethodDescriptionstatic ProjectionProjection.get(int value) Returns the 'Projection' literal with the specified integer value.static ProjectionReturns the 'Projection' literal with the specified literal value.static ProjectionReturns the 'Projection' literal with the specified name.GeographicalSchema.getSchemaProjection()Returns the value of the 'Schema Projection' attribute.static ProjectionReturns 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 TypeMethodDescriptionvoidGeographicalSchema.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 TypeMethodDescriptionvoidGeographicalSchemaImpl.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 booleanGeometryUtils.contains(LayerObject shape, double x, double y, Projection projection, double latitudeShift, double longitudeShift, IGeographicalSchemaPresenter presenter) Gets ifLayerObjectobject contains coordinatesCoordinateConverter.convert(double x, double y, Projection projection) Converts coordinates to projectedstatic org.eclipse.swt.graphics.PointGeometryUtils.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 ofPolygonShapeobjectstatic int[][]GeometryUtils.getSegmentedIntCoordinates(PolylineShape polyline, double xShift, double yShift, double mult, Projection projection, double latitudeShift, double longitudeShift) Gets integer coordiantes for segments ofPolylineShapeobjectstatic 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