Package com.luciad.format.svg
Class TLcdSVGUnStyledShapeFactoryFactory
java.lang.Object
com.luciad.format.svg.TLcdSVGUnStyledShapeFactoryFactory
- All Implemented Interfaces:
ILcdSVGShapeFactoryFactory
public class TLcdSVGUnStyledShapeFactoryFactory
extends Object
implements ILcdSVGShapeFactoryFactory
This class implements
ILcdSVGShapeFactoryFactory
. This class creates a ILcdSVGShapeFactory
.
This class can be set to the TLcdSVGModelDecoder
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSVGShapeFactory
(ILcdModelReference aModelReference) Creates aILcdSVGShapeFactory
based on the givenILcdModelReference
.
-
Constructor Details
-
TLcdSVGUnStyledShapeFactoryFactory
public TLcdSVGUnStyledShapeFactoryFactory()
-
-
Method Details
-
createSVGShapeFactory
Description copied from interface:ILcdSVGShapeFactoryFactory
Creates aILcdSVGShapeFactory
based on the givenILcdModelReference
. The factory needs aILcdModelReference
to create the shapes ( geodetic or cartesian ).- Specified by:
createSVGShapeFactory
in interfaceILcdSVGShapeFactoryFactory
- Parameters:
aModelReference
- theILcdModelReference
- Returns:
- the created
ILcdSVGShapeFactory
.
-