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. VALUESA 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 ProjectionProjection. get(int value)Returns the 'Projection' literal with the specified integer value.static ProjectionProjection. get(String literal)Returns the 'Projection' literal with the specified literal value.static ProjectionProjection. getByName(String name)Returns the 'Projection' literal with the specified name.ProjectionGeographicalSchema. getSchemaProjection()Returns the value of the 'Schema Projection' attribute.static ProjectionProjection. 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 voidGeographicalSchema. 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 ProjectionGeographicalSchemaFactoryImpl. createProjectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ProjectionGeographicalSchemaImpl. getSchemaProjection()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type Projection Modifier and Type Method Description voidGeographicalSchemaImpl. setSchemaProjection(Projection newSchemaProjection)
-