Uses of Class
com.luciad.lucy.addons.drawing.format.ALcyDomainObjectSupplier
Package
Description
This package provides a new, highly configurable data format.
This package contains the default toolbar for editing drawing models used in the drawing add on.
This package provides the
TLcyLspDrawingAddOn
.-
Uses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.format
Modifier and TypeClassDescriptionclass
Implementation ofALcyDomainObjectSupplier
that works with SLD (Styled Layer Descriptor) styling.Modifier and TypeMethodDescriptionprotected ALcyDomainObjectSupplier
TLcyDrawingFormat.createDomainObjectSupplier
(String aDomainObjectID) Creates theALcyDomainObjectSupplier
for the specified ID.TLcyDrawingFormat.getDomainObjectSupplier
(int aIndex) Returns theALcyDomainObjectSupplier
at indexaIndex
.TLcyDrawingFormat.getDomainObjectSupplierWithID
(String aDomainObjectID) Retrieve a domain object supplier by its unique ID.Modifier and TypeMethodDescriptionTLcyDrawingFormat.getDomainObjectSuppliers()
Returns a list containing all the registeredALcyDomainObjectSupplier
instances.Modifier and TypeMethodDescriptionvoid
TLcyDrawingFormat.addDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Shortcut foraddDomainObjectSupplier( aDomainObjectSupplier, ILcyLucyEnv.PRIORITY_DEFAULT );
.void
TLcyDrawingFormat.addDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier, int aPriority) Adds the specifiedALcyDomainObjectSupplier
to theList
of suppliers that are used to create, paint and encode/decode domain objects in the Drawing layers.boolean
TLcyDrawingFormat.removeDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Removes a domain object supplier. -
Uses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.gui
Modifier and TypeMethodDescriptionprotected final Enumeration
<ALcyDomainObjectSupplier> TLcyDrawingToolBarFactory.getAvailableDomainObjectSuppliers()
Returns an enumeration of all available domain object suppliers.Modifier and TypeMethodDescriptionprotected ILcyActiveSettable
TLcyDrawingToolBarFactory.createActiveSettableForDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anILcyActiveSettable
for the given domain object supplier.protected ALcdGXYNewControllerModel2
TLcyDrawingToolBarFactory.createNewControllerModelForDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anALcdGXYNewControllerModel2
for the givenALcyDomainObjectSupplier
.protected Object
TLcyDrawingToolBarFactory.getActiveSettableContextForDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Returns the context with which the dynamic active settable for the domain object supplieraDomainObjectSupplier
will be inserted in the configured action bars.protected ILcyActiveSettable
TLcyDrawingToolBarFactory.getActiveSettableForDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Returns theILcyActiveSettable
for the given domain object supplier.protected ALcdGXYNewControllerModel2
TLcyDrawingToolBarFactory.getNewControllerModelForDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Returns the new controller model for the given domain object supplier. -
Uses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.lightspeed
Modifier and TypeMethodDescriptionALcyLspDomainObjectSupplier.getDomainObjectSupplier()
Returns the GXY counterpart which was passed in the constructorModifier and TypeMethodDescriptionprotected ALcyLspDomainObjectSupplier
TLcyLspDrawingFormat.createLspDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates theALcyLspDomainObjectSupplier
for the specifiedALcyDomainObjectSupplier
.ModifierConstructorDescriptionprotected
ALcyLspDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates a newALcyLspDomainObjectSupplier
.