Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.LineStyle
-
Packages that use LineStyle Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl com._1c.g5.v8.dt.geographicalschema.model.util -
-
Uses of LineStyle in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return LineStyle Modifier and Type Method Description LineStyleGeographicalSchemaFactory. createLineStyle()Returns a new object of class 'Line Style'.LineStylePolylineShape. getLineStyle()Returns the value of the 'Line Style' containment reference.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type LineStyle Modifier and Type Method Description voidPolylineShape. setLineStyle(LineStyle value)Sets the value of the 'Line Style' containment reference. -
Uses of LineStyle in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement LineStyle Modifier and Type Class Description classLineStyleImplAn implementation of the model object 'Line Style'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return LineStyle Modifier and Type Method Description LineStyleGeographicalSchemaFactoryImpl. createLineStyle()LineStylePolylineShapeImpl. getLineStyle()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type LineStyle Modifier and Type Method Description voidPolylineShapeImpl. setLineStyle(LineStyle newLineStyle) -
Uses of LineStyle in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type LineStyle Modifier and Type Method Description TGeographicalSchemaSwitch. caseLineStyle(LineStyle object)Returns the result of interpreting the object as an instance of 'Line Style'.
-