public class ReliefFactory
extends java.lang.Object
Constructor and Description |
---|
ReliefFactory() |
Modifier and Type | Method and Description |
---|---|
BreaklineRelief |
createBreakLineRelief() |
Grid |
createGrid() |
MassPointRelief |
createMassPointRelief() |
RasterRelief |
createRasterRelief() |
ReliefComponent |
createReliefComponent(java.lang.String reliefType)
Given the desired relief component type name, this method will return a concrete
implementation of the requested relief component.
|
ReliefFeature |
createReliefFeature() |
TINRelief |
createTINRelief() |
static ReliefFactory |
getInstance() |
public static ReliefFactory getInstance()
public ReliefFeature createReliefFeature()
public BreaklineRelief createBreakLineRelief()
public MassPointRelief createMassPointRelief()
public RasterRelief createRasterRelief()
public TINRelief createTINRelief()
public Grid createGrid()
public ReliefComponent createReliefComponent(java.lang.String reliefType)
reliefType
- the name of the desired relief component type.