Uses of Class
mil.nga.crs.CRSType
-
Packages that use CRSType Package Description mil.nga.crs mil.nga.crs.common mil.nga.crs.derived mil.nga.crs.geo mil.nga.crs.operation mil.nga.crs.projected mil.nga.crs.wkt -
-
Uses of CRSType in mil.nga.crs
Methods in mil.nga.crs that return CRSType Modifier and Type Method Description CRSTypeCRS. getType()Get the typestatic CRSTypeCRSType. valueOf(String name)Returns the enum constant of this type with the specified name.static CRSType[]CRSType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.crs with parameters of type CRSType Modifier and Type Method Description voidCRS. setType(CRSType type)Set the typeConstructors in mil.nga.crs with parameters of type CRSType Constructor Description CommonCRS(String name, CRSType type)ConstructorCommonCRS(CRSType type)ConstructorCompoundCoordinateReferenceSystem(String name, CRSType type)ConstructorCoordinateReferenceSystem(String name, CRSType type)ConstructorCoordinateReferenceSystem(CRSType type)ConstructorCRS(CRSType type)ConstructorSimpleCoordinateReferenceSystem(String name, CRSType type)ConstructorSimpleCoordinateReferenceSystem(String name, CRSType type, CoordinateSystem coordinateSystem)ConstructorSimpleCoordinateReferenceSystem(CRSType type)Constructor -
Uses of CRSType in mil.nga.crs.common
Methods in mil.nga.crs.common that return CRSType Modifier and Type Method Description CRSTypeReferenceFrame. getType()Get the typeMethods in mil.nga.crs.common with parameters of type CRSType Modifier and Type Method Description voidReferenceFrame. setType(CRSType type)Set the typeConstructors in mil.nga.crs.common with parameters of type CRSType Constructor Description ReferenceFrame(String name, CRSType type)ConstructorReferenceFrame(CRSType type)Constructor -
Uses of CRSType in mil.nga.crs.derived
Methods in mil.nga.crs.derived that return CRSType Modifier and Type Method Description CRSTypeDerivedCoordinateReferenceSystem. getBaseType()Get the base type -
Uses of CRSType in mil.nga.crs.geo
Constructors in mil.nga.crs.geo with parameters of type CRSType Constructor Description GeoCoordinateReferenceSystem(String name, CRSType type, Dynamic dynamic, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)ConstructorGeoCoordinateReferenceSystem(String name, CRSType type, GeoDatumEnsemble datumEnsemble, CoordinateSystem coordinateSystem)ConstructorGeoCoordinateReferenceSystem(String name, CRSType type, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)ConstructorGeoCoordinateReferenceSystem(CRSType type)ConstructorGeoReferenceFrame(String name, CRSType type, Ellipsoid ellipsoid)ConstructorGeoReferenceFrame(CRSType type)Constructor -
Uses of CRSType in mil.nga.crs.operation
Constructors in mil.nga.crs.operation with parameters of type CRSType Constructor Description Operation(String name, CRSType type, CoordinateReferenceSystem source)ConstructorOperation(CRSType type)ConstructorSimpleOperation(String name, CRSType type, CoordinateReferenceSystem source, OperationMethod method)ConstructorSimpleOperation(CRSType type)Constructor -
Uses of CRSType in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return CRSType Modifier and Type Method Description CRSTypeProjectedCoordinateReferenceSystem. getBaseType()Get the base typeMethods in mil.nga.crs.projected with parameters of type CRSType Modifier and Type Method Description voidProjectedCoordinateReferenceSystem. setBaseType(CRSType baseType)Set the base typeConstructors in mil.nga.crs.projected with parameters of type CRSType Constructor Description ProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, Dynamic dynamic, GeoReferenceFrame referenceFrame, MapProjection mapProjection, CoordinateSystem coordinateSystem)ConstructorProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, GeoDatumEnsemble datumEnsemble, MapProjection mapProjection, CoordinateSystem coordinateSystem)ConstructorProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, GeoReferenceFrame referenceFrame, MapProjection mapProjection, CoordinateSystem coordinateSystem)Constructor -
Uses of CRSType in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return CRSType Modifier and Type Method Description static CRSTypeWKTUtils. getCoordinateReferenceSystemType(CRSKeyword keyword)Get the Coordinate Reference System TypeMethods in mil.nga.crs.wkt with parameters of type CRSType Modifier and Type Method Description static CRSCRSReader. read(String text, boolean strict, CRSType... expected)Read a Coordinate Reference System from the well-known textstatic CRSCRSReader. read(String text, CRSType... expected)Read a Coordinate Reference System from the well-known textCoordinateSystemCRSReader. readCoordinateSystemCompat(CRSType type, ReferenceFrame datum)Read a Backward Compatible Coordinate SystemGeoCoordinateReferenceSystemCRSReader. readGeoCompat(CRSType expectedType)Read a Backward Compatible Geodetic or Geographic CRSOperationParameterCRSReader. readParameter(CRSType type)Read an Operation parameterList<OperationParameter>CRSReader. readParameters(CRSType type)Read Operation parametersList<OperationParameter>CRSReader. readParametersAndFiles(CRSType type)Read Operation parameters and parameter filesProjectedCoordinateReferenceSystemCRSReader. readProjected(CRSType expectedBaseType)Read a Projected CRSProjectedCoordinateReferenceSystemCRSReader. readProjectedCompat(CRSType expectedBaseType)Read a Backward Compatible Projected CRS
-