Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchemaComponent
-
Packages that use GeographicalSchemaComponent 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 GeographicalSchemaComponent in com._1c.g5.v8.dt.geographicalschema.model
Subinterfaces of GeographicalSchemaComponent in com._1c.g5.v8.dt.geographicalschema.model Modifier and Type Interface Description interface
GeographicalSchemaDrawingArea
A representation of the model object 'Drawing Area'.interface
GeographicalSchemaLegend
A representation of the model object 'Legend'.interface
GeographicalSchemaTitle
A representation of the model object 'Title'. -
Uses of GeographicalSchemaComponent in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeographicalSchemaComponent Modifier and Type Class Description class
GeographicalSchemaComponentImpl
An implementation of the model object 'Component'.class
GeographicalSchemaDrawingAreaImpl
An implementation of the model object 'Drawing Area'.class
GeographicalSchemaLegendImpl
An implementation of the model object 'Legend'.class
GeographicalSchemaTitleImpl
An implementation of the model object 'Title'. -
Uses of GeographicalSchemaComponent in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type GeographicalSchemaComponent Modifier and Type Method Description T
GeographicalSchemaSwitch. caseGeographicalSchemaComponent(GeographicalSchemaComponent object)
Returns the result of interpreting the object as an instance of 'Component'.
-