Package com.luciad.reference
Class TLcdModelRefFactory
java.lang.Object
com.luciad.reference.TLcdModelRefFactory
Deprecated.
The
TLcdModelReferenceFactory
is capable of creating an instance
of ILcdModelReference
by decoding a given Properties
object.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdModelReference
createModelReference
(String aPrefix, Properties aProperties) Deprecated.As of V2.0, replaced byTLcdModelReferenceFactory.createModelReference
.static void
writePropertiesSFCT
(ILcdModelReference aModelReference, String aPrefix, Properties aPropertiesSFCT) Deprecated.As of V2.0, replaced byTLcdModelReferenceFactory.writePropertiesSFCT
.
-
Constructor Details
-
TLcdModelRefFactory
public TLcdModelRefFactory()Deprecated.
-
-
Method Details
-
createModelReference
public static ILcdModelReference createModelReference(String aPrefix, Properties aProperties) throws IllegalArgumentException Deprecated.As of V2.0, replaced byTLcdModelReferenceFactory.createModelReference
.Creates an ILcdModelReference from a Properties object.- Parameters:
aPrefix
- the prefix to be used for property names.aProperties
- the Properties object containing the serialized model reference property values.- Returns:
- the ILcdModelReference corresponding to the serialized properties.
- Throws:
IllegalArgumentException
- if the ILcdModelReference cannot be created.- See Also:
-
writePropertiesSFCT
public static void writePropertiesSFCT(ILcdModelReference aModelReference, String aPrefix, Properties aPropertiesSFCT) throws IllegalArgumentException Deprecated.As of V2.0, replaced byTLcdModelReferenceFactory.writePropertiesSFCT
.Serializes an ILcdModelReference into a Properties object.- Parameters:
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.- Throws:
IllegalArgumentException
- if theILcdModelReference
cannot be serialized as properties.- See Also:
-
TLcdModelReferenceFactory
.