Uses of Class
com.luciad.lucy.addons.drawing.format.ALcyShapeSupplier
Package
Description
This package provides a new, highly configurable data format.
-
Uses of ALcyShapeSupplier in com.luciad.lucy.addons.drawing.format
Modifier and TypeClassDescriptionclass
ALcyShapeSupplier
that delegates to another shape supplier.Modifier and TypeMethodDescriptionprotected ALcyShapeSupplier
TLcyDrawingFormat.createGeometrySupplier
(String aDomainObjectID) Creates theALcyShapeSupplier
for the given domain object ID.ALcyShapeSupplierWrapper.getGeometrySupplier()
Returns the delegate geometry supplier.TLcySLDDomainObjectSupplier.getShapeSupplier()
Returns the shape supplier associated with this domain object supplierModifier and TypeMethodDescriptionvoid
TLcySLDDomainObjectSupplier.setShapeSupplier
(ALcyShapeSupplier aShapeSupplier) Sets theALcyShapeSupplier
.ModifierConstructorDescriptionALcyShapeSupplierWrapper
(ALcyShapeSupplier aShapeSupplier) Creates anALcyShapeSupplierWrapper
instances which delegates toaShapeSupplier
TLcySLDDomainObjectSupplier
(ALcyShapeSupplier aShapeSupplier, ALcyProperties aProperties, boolean aExtrusionSupported, ILcyLucyEnv aLucyEnv) Creates aTLcySLDDomainObjectSupplier
object.