Package hec.map
Class ModelDrawingAttributeSetFactory
java.lang.Object
hec.map.ModelDrawingAttributeSetFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddMapping(String model, String attributeSetClass) add a model to Attribute Set to the mapping.static ModelDrawingAttributeSetnewAttributeSet(String modelName)
-
Constructor Details
-
ModelDrawingAttributeSetFactory
public ModelDrawingAttributeSetFactory()
-
-
Method Details
-
addMapping
add a model to Attribute Set to the mapping.- Parameters:
model- the model name (ie RSS)attributeSetClass- the classname of the ModelDrawingAttributeSet
-
newAttributeSet
-