Uses of Interface
org.opengis.referencing.crs.ProjectedCRS
Packages that use ProjectedCRS
Package
Description
Widgets about coordinate reference systems.
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
-
Uses of ProjectedCRS in org.apache.sis.gui.referencing
Methods in org.apache.sis.gui.referencing that return ProjectedCRSModifier and TypeMethodDescriptionPositionableProjection.createProjectedCRS(DirectPosition center) Creates a map projection centered on the given position.protected abstract ProjectedCRSPositionableProjection.createProjectedCRS(GeographicCRS baseCRS, double latitude, double longitude) Creates a map projection centered on the given latitude and longitude. -
Uses of ProjectedCRS in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return ProjectedCRSModifier and TypeMethodDescriptionCommonCRS.universal(double latitude, double longitude) Returns a Universal Transverse Mercator (UTM) or a Universal Polar Stereographic (UPS) projection for the zone containing the given point. -
Uses of ProjectedCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement ProjectedCRSModifier and TypeClassDescriptionclassA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.Methods in org.apache.sis.referencing.crs that return types with arguments of type ProjectedCRSModifier and TypeMethodDescriptionClass<? extends ProjectedCRS> DefaultProjectedCRS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.crs with parameters of type ProjectedCRSModifier and TypeMethodDescriptionstatic DefaultProjectedCRSDefaultProjectedCRS.castOrCopy(ProjectedCRS 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 ProjectedCRSModifierConstructorDescriptionprotectedConstructs a new coordinate reference system with the same values as the specified one. -
Uses of ProjectedCRS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return ProjectedCRSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createProjectedCRS(String code) Returns a 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.GeodeticAuthorityFactory.createProjectedCRS(String code) Creates a 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.GeodeticObjectFactory.createProjectedCRS(Map<String, ?> properties, GeographicCRS baseCRS, Conversion baseToDerived, CartesianCS derivedCS) Creates a projected coordinate reference system from a conversion.MultiAuthoritiesFactory.createProjectedCRS(String code) Creates a 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface. -
Uses of ProjectedCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ProjectedCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createProjectedCRS(String code) Returns a projected coordinate reference system from a code.CRSFactory.createProjectedCRS(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a defining conversion.