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 LineStyle
GeographicalSchemaFactory. createLineStyle()
Returns a new object of class 'Line Style'.LineStyle
PolylineShape. 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 void
PolylineShape. 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 class
LineStyleImpl
An 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 LineStyle
GeographicalSchemaFactoryImpl. createLineStyle()
LineStyle
PolylineShapeImpl. getLineStyle()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type LineStyle Modifier and Type Method Description void
PolylineShapeImpl. 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 T
GeographicalSchemaSwitch. caseLineStyle(LineStyle object)
Returns the result of interpreting the object as an instance of 'Line Style'.
-