TLcdModelReferenceFactory
.public class TLcdModelRefFactory
extends java.lang.Object
TLcdModelReferenceFactory
is capable of creating an instance
of ILcdModelReference
by decoding a given Properties
object.TLcdModelReferenceFactory
Constructor and Description |
---|
TLcdModelRefFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ILcdModelReference |
createModelReference(java.lang.String aPrefix,
java.util.Properties aProperties)
Deprecated.
As of V2.0, replaced by
TLcdModelReferenceFactory.createModelReference . |
static void |
writePropertiesSFCT(ILcdModelReference aModelReference,
java.lang.String aPrefix,
java.util.Properties aPropertiesSFCT)
Deprecated.
As of V2.0, replaced by
TLcdModelReferenceFactory.writePropertiesSFCT . |
public static ILcdModelReference createModelReference(java.lang.String aPrefix, java.util.Properties aProperties) throws java.lang.IllegalArgumentException
TLcdModelReferenceFactory.createModelReference
.aPrefix
- the prefix to be used for property names.aProperties
- the Properties object containing the serialized model reference property values.java.lang.IllegalArgumentException
- if the ILcdModelReference cannot be created.TLcdModelReferenceFactory.createModelReference(java.lang.String, java.util.Properties)
public static void writePropertiesSFCT(ILcdModelReference aModelReference, java.lang.String aPrefix, java.util.Properties aPropertiesSFCT) throws java.lang.IllegalArgumentException
TLcdModelReferenceFactory.writePropertiesSFCT
.aModelReference
- the model reference to be serialized.aPrefix
- the prefix to use for the property names.aPropertiesSFCT
- the Properties object in which the serialized properties are stored as side effect.java.lang.IllegalArgumentException
- if the ILcdModelReference
cannot be serialized as properties.TLcdModelReferenceFactory.writePropertiesSFCT(com.luciad.model.ILcdModelReference, java.lang.String, java.util.Properties)