Package com.luciad.format.svg
Interface ILcdSVGShapeFactoryFactory
- All Known Implementing Classes:
TLcdSVGUnStyledShapeFactoryFactory
public interface ILcdSVGShapeFactoryFactory
interface to create a
ILcdSVGShapeFactory
.-
Method Summary
Modifier and TypeMethodDescriptioncreateSVGShapeFactory
(ILcdModelReference aModelReference) Creates aILcdSVGShapeFactory
based on the givenILcdModelReference
.
-
Method Details
-
createSVGShapeFactory
Creates aILcdSVGShapeFactory
based on the givenILcdModelReference
. The factory needs aILcdModelReference
to create the shapes ( geodetic or cartesian ).- Parameters:
aModelReference
- theILcdModelReference
- Returns:
- the created
ILcdSVGShapeFactory
.
-