SYNOPSIS

Generated reference for the Get-FluxOgr2Ogr Flux PowerShell command.

SYNTAX

Get-FluxOgr2Ogr -HiveApplication <HiveApplication> -SchemaName <string> -EpsgCode <int> -FilePath <string> [-Limit <int>] [<CommonParameters>]

Get-FluxOgr2Ogr -HiveApplication <HiveApplication> -ServiceReady <ServiceReady> [-Limit <int>] [<CommonParameters>]

Get-FluxOgr2Ogr -Arguments <string> [<CommonParameters>]

DESCRIPTION

This reference page is generated from the Flux PowerShell module metadata. It documents the command contract while narrative help content is completed.

EXAMPLES

See related use-case and administrator documentation for workflow examples.

PARAMETERS

-Arguments

Arguments to ogr2ogr.exe to use to Import data into Flux database

Type: String
Parameter Sets: Arguments
Aliases: None

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-EpsgCode

EPSG Code to use for data Imported into Flux database e.g., 7855

Type: Int32
Parameter Sets: Datamart
Aliases: None

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-FilePath

File Path to ogr2ogr.exe e.g., C:\Program Files\GDAL\ogr2ogr.exe

Type: String
Parameter Sets: Datamart
Aliases: None

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-HiveApplication

Configuration for the Flux application

Type: HiveApplication
Parameter Sets: Datamart
Aliases: None

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Limit

Limit the number of records to import into Flux database, e.g. 1

Type: Nullable`1
Parameter Sets: Datamart
Aliases: None

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SchemaName

Schema Name to Import data into Flux database e.g., vmprop

Type: String
Parameter Sets: Datamart
Aliases: None

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ServiceReady

Service Ready to use to Import data into Flux database

Type: ServiceReady
Parameter Sets: Service
Aliases: None

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Flux.Hive.Domain.Ogr.Ogr2OgrResult

NOTES

Generated from the Flux PowerShell module.