Uses of Interface
org.opengis.referencing.crs.EngineeringCRS
Packages that use EngineeringCRS
Package
Description
Symbology and map representations, together with a rendering engine for display.
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of EngineeringCRS in org.apache.sis.portrayal
Methods in org.apache.sis.portrayal that return EngineeringCRSModifier and TypeMethodDescriptionfinal EngineeringCRSCanvas.getDisplayCRS()Returns the Coordinate Reference System of the display device.Constructors in org.apache.sis.portrayal with parameters of type EngineeringCRSModifierConstructorDescriptionprotectedCanvas(EngineeringCRS displayCRS, Locale locale) Creates a new canvas for a display device using the given coordinate reference system. -
Uses of EngineeringCRS in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return EngineeringCRSModifier and TypeMethodDescriptionCommonCRS.Engineering.crs()Returns the coordinate reference system associated to this engineering object. -
Uses of EngineeringCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement EngineeringCRSModifier and TypeClassDescriptionclassA 1-, 2- or 3-dimensional contextually local coordinate reference system.Methods in org.apache.sis.referencing.crs that return types with arguments of type EngineeringCRSModifier and TypeMethodDescriptionClass<? extends EngineeringCRS> DefaultEngineeringCRS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.crs with parameters of type EngineeringCRSModifier and TypeMethodDescriptionstatic DefaultEngineeringCRSDefaultEngineeringCRS.castOrCopy(EngineeringCRS object) Returns a SIS coordinate reference system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.crs with parameters of type EngineeringCRSModifierConstructorDescriptionprotectedConstructs a new coordinate reference system with the same values as the specified one. -
Uses of EngineeringCRS in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type EngineeringCRSModifier and TypeMethodDescriptionstatic EngineeringDatumDatumOrEnsemble.asDatum(EngineeringCRS crs) Returns the datum (preferred) or ensemble (fallback) of the given engineering CRS.static Optional<EngineeringDatum> DatumOrEnsemble.asTargetDatum(EngineeringCRS source, EngineeringCRS target) Returns the datum or pseudo-datum of the result of an operation between the given engineering CRSs. -
Uses of EngineeringCRS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return EngineeringCRSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createEngineeringCRS(String code) Returns a 1-, 2- or 3-dimensional contextually local coordinate reference system.GeodeticAuthorityFactory.createEngineeringCRS(String code) Creates a 1-, 2- or 3-dimensional contextually local coordinate reference system.GeodeticObjectFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, DefaultDatumEnsemble<EngineeringDatum> ensemble, CoordinateSystem cs) Creates a engineering coordinate reference system.GeodeticObjectFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS with a datum that may be a datum ensemble.MultiAuthoritiesFactory.createEngineeringCRS(String code) Creates a 1-, 2- or 3-dimensional contextually local coordinate reference system. -
Uses of EngineeringCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return EngineeringCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createEngineeringCRS(String code) Create a engineering coordinate reference system from a code.CRSFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering coordinate reference system.