Uses of Class
com._1c.g5.v8.dt.geographicalschema.model.Projection
-
Packages that use Projection Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl -
-
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 Projection Modifier and Type Field Description static 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 Projection Modifier and Type Method Description static Projection
Projection. get(int value)
Returns the 'Projection' literal with the specified integer value.static Projection
Projection. get(String literal)
Returns the 'Projection' literal with the specified literal value.static Projection
Projection. getByName(String name)
Returns the 'Projection' literal with the specified name.Projection
GeographicalSchema. getSchemaProjection()
Returns the value of the 'Schema Projection' attribute.static Projection
Projection. valueOf(String name)
Returns the enum constant of this type with the specified name.static Projection[]
Projection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type Projection Modifier and Type Method Description void
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 Projection Modifier and Type Method Description Projection
GeographicalSchemaFactoryImpl. createProjectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
Projection
GeographicalSchemaImpl. getSchemaProjection()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type Projection Modifier and Type Method Description void
GeographicalSchemaImpl. setSchemaProjection(Projection newSchemaProjection)
-