Package com.luciad.reference
Class TLcdRD1918DutchGridReference
java.lang.Object
com.luciad.reference.ALcdGeoReference
com.luciad.reference.TLcdGridReference
com.luciad.reference.TLcdRD1918DutchGridReference
- All Implemented Interfaces:
ILcdExtendedModelReference
,ILcdModelReference
,ILcdGeoReference
,ILcdGridReference
,ILcdCloneable
,ILcdXYWorldReference
,ILcdXYZWorldReference
,Serializable
,Cloneable
@Deprecated
public final class TLcdRD1918DutchGridReference
extends TLcdGridReference
implements ILcdGridReference, ILcdModelReference
Deprecated.
This class contains all information about the Dutch grid system.
- Dutch stereographic projection (with specific properties and alternative definition of conformal latitude)
- based on international Bessel ellipsoid
- RD1918 geodetic datum and 7 parameter relation with WGS-1984
- world2grid/grid2world transformation parameters
- See Also:
-
Field Summary
Fields inherited from interface com.luciad.reference.ILcdGeoReference
CARTESIAN, GEODETIC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loadProperties
(String aPrefix, Properties aProperties) Deprecated.Performs no operation.toString()
Deprecated.Returns the name of this reference, by default "Dutch RD1918".void
writePropertiesSFCT
(String aPrefix, Properties aPropertiesSFCT) Deprecated.Performs no operation.Methods inherited from class com.luciad.reference.TLcdGridReference
clone, equals, get2DEditableBounds, getCoordinateType, getCosRotation, getFalseEasting, getFalseNorthing, getProjection, getRotation, getScale, getSinRotation, getUnitOfMeasure, hashCode, isBoundsAvailable, makeModelPoint, setFalseEasting, setFalseNorthing, setProjection, setRotation, setScale, setUnitOfMeasure
Methods inherited from class com.luciad.reference.ALcdGeoReference
getGeodeticDatum, getModelReferenceMetadata, getName, setGeodeticDatum, setModelReferenceMetadata, setName
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.reference.ILcdGeoReference
getCoordinateType, getGeodeticDatum
Methods inherited from interface com.luciad.reference.ILcdGridReference
getCosRotation, getFalseEasting, getFalseNorthing, getProjection, getRotation, getScale, getSinRotation, getUnitOfMeasure
Methods inherited from interface com.luciad.model.ILcdModelReference
makeModelPoint
-
Constructor Details
-
TLcdRD1918DutchGridReference
public TLcdRD1918DutchGridReference()Deprecated.
-
-
Method Details
-
loadProperties
Deprecated.Performs no operation.- Specified by:
loadProperties
in interfaceILcdModelReference
- Overrides:
loadProperties
in classTLcdGridReference
- Parameters:
aPrefix
- a common prefix for all property names that are read.aProperties
- the properties to be parsed.- Throws:
IllegalArgumentException
- if the model reference cannot be constructed from the properties.- See Also:
-
writePropertiesSFCT
public void writePropertiesSFCT(String aPrefix, Properties aPropertiesSFCT) throws IllegalArgumentException Deprecated.Performs no operation.- Specified by:
writePropertiesSFCT
in interfaceILcdModelReference
- Overrides:
writePropertiesSFCT
in classTLcdGridReference
- Parameters:
aPrefix
- a common prefix for all property names written.aPropertiesSFCT
- the properties that will contain the serialized properties for this model reference, as a side effect.- Throws:
IllegalArgumentException
- if the model reference cannot be serialized into properties.- See Also:
-
toString
Deprecated.Returns the name of this reference, by default "Dutch RD1918".- Overrides:
toString
in classTLcdGridReference
- Returns:
- the name of this reference.
-
for example:
new TLcdEPSGReferenceParser().parseModelReference("EPSG:28992")
.