Uses of Class
com.luciad.lucy.addons.drawing.format.ALcyDomainObjectSupplier
Packages that use 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
Subclasses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.formatModifier and TypeClassDescriptionclass
Implementation ofALcyDomainObjectSupplier
that works with SLD (Styled Layer Descriptor) styling.Methods in com.luciad.lucy.addons.drawing.format that return ALcyDomainObjectSupplierModifier 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.Methods in com.luciad.lucy.addons.drawing.format that return types with arguments of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionTLcyDrawingFormat.getDomainObjectSuppliers()
Returns a list containing all the registeredALcyDomainObjectSupplier
instances.Methods in com.luciad.lucy.addons.drawing.format with parameters of type ALcyDomainObjectSupplierModifier 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
Methods in com.luciad.lucy.addons.drawing.gui that return types with arguments of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionprotected final Enumeration
<ALcyDomainObjectSupplier> TLcyDrawingToolBarFactory.getAvailableDomainObjectSuppliers()
Returns an enumeration of all available domain object suppliers.Methods in com.luciad.lucy.addons.drawing.gui with parameters of type ALcyDomainObjectSupplierModifier 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
Methods in com.luciad.lucy.addons.drawing.lightspeed that return ALcyDomainObjectSupplierModifier and TypeMethodDescriptionALcyLspDomainObjectSupplier.getDomainObjectSupplier()
Returns the GXY counterpart which was passed in the constructorMethods in com.luciad.lucy.addons.drawing.lightspeed with parameters of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionprotected ALcyLspDomainObjectSupplier
TLcyLspDrawingFormat.createLspDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates theALcyLspDomainObjectSupplier
for the specifiedALcyDomainObjectSupplier
.Constructors in com.luciad.lucy.addons.drawing.lightspeed with parameters of type ALcyDomainObjectSupplierModifierConstructorDescriptionprotected
ALcyLspDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates a newALcyLspDomainObjectSupplier
.