Uses of Interface
org.geotools.api.referencing.datum.EngineeringDatum
Packages that use EngineeringDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate reference systems implementation.
Datum implementation.
Base classes for factories and
authority factories.
-
Uses of EngineeringDatum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return EngineeringDatumModifier and TypeMethodDescriptionEngineeringCRS.getDatum()Returns the datum, which must be an engineering one.Methods in org.geotools.api.referencing.crs with parameters of type EngineeringDatumModifier and TypeMethodDescriptionCRSFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering coordinate reference system. -
Uses of EngineeringDatum in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return EngineeringDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createEngineeringDatum(String code) Creates a engineering datum from a code.DatumFactory.createEngineeringDatum(Map<String, ?> properties) Creates an engineering datum. -
Uses of EngineeringDatum in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return EngineeringDatumConstructors in org.geotools.referencing.crs with parameters of type EngineeringDatumModifierConstructorDescriptionDefaultEngineeringCRS(String name, EngineeringDatum datum, CoordinateSystem cs) Constructs an engineering CRS from a name.DefaultEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Constructs an engineering CRS from a set of properties.DefaultEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs, boolean wildcard) Constructs an engineering CRS from a set of properties. -
Uses of EngineeringDatum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement EngineeringDatumModifier and TypeClassDescriptionclassDefines the origin of an engineering coordinate reference system.Constructors in org.geotools.referencing.datum with parameters of type EngineeringDatumModifierConstructorDescriptionConstructs a new datum with the same values than the specified one. -
Uses of EngineeringDatum in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return EngineeringDatumModifier and TypeMethodDescriptionAbstractAuthorityFactory.createEngineeringDatum(String code) Creates a engineering datum from a code.AbstractAuthorityMediator.createEngineeringDatum(String code) AbstractCachedAuthorityFactory.createEngineeringDatum(String code) AuthorityFactoryAdapter.createEngineeringDatum(String code) Creates a engineering datum from a code.BufferedAuthorityFactory.createEngineeringDatum(String code) Returns an engineering datum from a code.CachedAuthorityDecorator.createEngineeringDatum(String code) DatumAliases.createEngineeringDatum(Map<String, ?> properties) Creates an engineering datum.FallbackAuthorityFactory.createEngineeringDatum(String code) Creates a engineering datum from a code.ReferencingObjectFactory.createEngineeringDatum(Map<String, ?> properties) Creates an engineering datum.ThreadedAuthorityFactory.createEngineeringDatum(String code) Returns an engineering datum from a code.Methods in org.geotools.referencing.factory with parameters of type EngineeringDatumModifier and TypeMethodDescriptionReferencingObjectFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering coordinate reference system.