Uses of Class
com.luciad.lucy.addons.drawing.model.TLcyDrawingDataModelDescriptor.Builder
Package
Description
The drawing domain objects are styled using SLD.
-
Uses of TLcyDrawingDataModelDescriptor.Builder in com.luciad.lucy.addons.drawing.model
Modifier and TypeMethodDescriptionTLcyDrawingDataModelDescriptor.Builder.addBooleanProperty
(String aPropertyName) Adds aboolean property
to the data model of theTLcyDrawingDataModelDescriptor
under construction.TLcyDrawingDataModelDescriptor.Builder.addDateProperty
(String aPropertyName) Adds adate property
to the data model of theTLcyDrawingDataModelDescriptor
under construction.TLcyDrawingDataModelDescriptor.Builder.addDoubleProperty
(String aPropertyName) Adds adouble property
to the data model of theTLcyDrawingDataModelDescriptor
under construction.TLcyDrawingDataModelDescriptor.Builder.addIntegerProperty
(String aPropertyName) Adds ainteger property
to the data model of theTLcyDrawingDataModelDescriptor
under construction.TLcyDrawingDataModelDescriptor.Builder.addStringProperty
(String aPropertyName) Adds astring property
to the data model of theTLcyDrawingDataModelDescriptor
under construction.TLcyDrawingDataModelDescriptor.Builder.dataModelName
(String aDataModelName) Sets the name for the data modelTLcyDrawingDataModelDescriptor.Builder.displayName
(String aDisplayName) Sets the display name for the model descriptor under constructionTLcyDrawingDataModelDescriptor.Builder.newInstance()
Creates a new builder instanceTLcyDrawingDataModelDescriptor.Builder.sourceName
(String aSourceName) Sets the source name for the model descriptor under constructionTLcyDrawingDataModelDescriptor.Builder.styleRepository
(TLcyDrawingStyleRepository aStyleRepository) Sets the repository containing the SLD styles which can be used by the domain objects.