Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeoPicture
-
Packages that use GeoPicture 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 GeoPicture in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return GeoPicture Modifier and Type Method Description GeoPicture
GeographicalSchemaFactory. createGeoPicture()
Returns a new object of class 'Geo Picture'. -
Uses of GeoPicture in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeoPicture Modifier and Type Class Description class
GeoPictureImpl
An implementation of the model object 'Geo Picture'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeoPicture Modifier and Type Method Description GeoPicture
GeographicalSchemaFactoryImpl. createGeoPicture()
-
Uses of GeoPicture in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type GeoPicture Modifier and Type Method Description T
GeographicalSchemaSwitch. caseGeoPicture(GeoPicture object)
Returns the result of interpreting the object as an instance of 'Geo Picture'.
-