layer

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2026 License: AGPL-3.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AerialSprayLine

type AerialSprayLine struct {
	ObjectID                  uint      `field:"OBJECTID"`
	Method                    string    `field:"METHOD"`
	Comments                  string    `field:"COMMENTS"`
	Zone                      string    `field:"ZONE"`
	Reviewed                  int16     `field:"REVIEWED"`
	ReviewedBy                string    `field:"REVIEWEDBY"`
	ReviewedDate              time.Time `field:"REVIEWEDDATE"`
	Zone2                     string    `field:"ZONE2"`
	CompletedDate             time.Time `field:"COMPLETEDDATE"`
	CompletedBy               string    `field:"COMPLETEDBY"`
	Completed                 int16     `field:"COMPLETED"`
	IsSprayRoute              int16     `field:"ISSPRAYROUTE"`
	Name                      string    `field:"NAME"`
	Acres                     float64   `field:"ACRES"`
	GlobalID                  uuid.UUID `field:"GlobalID"`
	Exported                  int16     `field:"EXPORTED"`
	TargetProduct             string    `field:"TARGETPRODUCT"`
	TargetAppRate             float64   `field:"TARGETAPPRATE"`
	Hectares                  float64   `field:"HECTARES"`
	LastTreatmentActivity     string    `field:"LASTTREATACTIVITY"`
	LastTreatmentDate         time.Time `field:"LASTTREATDATE"`
	LastTreatmentProduct      string    `field:"LASTTREATPRODUCT"`
	LastTreatmentQuantity     float64   `field:"LASTTREATQTY"`
	LastTreatmentQuantityUnit string    `field:"LASTTREATQTYUNIT"`
	Priority                  string    `field:"PRIORITY"`
	DueDate                   time.Time `field:"DUEDATE"`
	CreationDate              time.Time `field:"CreationDate"`
	Creator                   string    `field:"Creator"`
	EditDate                  time.Time `field:"EditDate"`
	Editor                    string    `field:"Editor"`
	TargetSpecies             string    `field:"TARGETSPECIES"`
	ShapeArea                 float64   `field:"Shape__Area"`
	ShapeLength               float64   `field:"Shape__Length"`
	Geometry                  response.Geometry
}

func (*AerialSprayLine) GetGeometry

func (x *AerialSprayLine) GetGeometry() response.Geometry

func (*AerialSprayLine) SetGeometry

func (x *AerialSprayLine) SetGeometry(m response.Geometry)

type AerialSpraySession

type AerialSpraySession struct {
	ObjectID            uint      `field:"OBJECTID"`
	Name                string    `field:"NAME"`
	Zone                string    `field:"ZONE"`
	Habitat             string    `field:"HABITAT"`
	Priority            string    `field:"PRIORITY"`
	UseType             string    `field:"USETYPE"`
	Active              int16     `field:"ACTIVE"`
	Description         string    `field:"DESCRIPTION"`
	AccessDescription   string    `field:"ACCESSDESC"`
	Comments            string    `field:"COMMENTS"`
	ExternalID          string    `field:"EXTERNALID"`
	NextScheduledAction time.Time `field:"NEXTACTIONDATESCHEDULED"`
	Zone2               string    `field:"ZONE2"`
	Locationnumber      int32     `field:"LOCATIONNUMBER"`
	GlobalID            uuid.UUID `field:"GlobalID"`
	CreatedUser         string    `field:"created_user"`
	CreatedDate         time.Time `field:"created_date"`
	LastEditedUser      string    `field:"last_edited_user"`
	LastEditedDate      time.Time `field:"last_edited_date"`
	GatewaySync         int16     `field:"GATEWAYSYNC"`
	Route               int32     `field:"route"`
	SetDayOfWeek        int32     `field:"set_dow"`
	RouteOrder          int32     `field:"route_order"`
	VectorsurvsiteID    string    `field:"VECTORSURVSITEID"`
	CreationDate        time.Time `field:"CreationDate"`
	Creator             string    `field:"Creator"`
	EditDate            time.Time `field:"EditDate"`
	Editor              string    `field:"Editor"`
	H3r7                string    `field:"h3r7"`
	H3r8                string    `field:"h3r8"`
	Geometry            response.Geometry
}

func (*AerialSpraySession) GetGeometry

func (x *AerialSpraySession) GetGeometry() response.Geometry

func (*AerialSpraySession) SetGeometry

func (x *AerialSpraySession) SetGeometry(m response.Geometry)

type BarrierSpray

type BarrierSpray struct {
	ObjectID       uint      `field:"OBJECTID"`
	Comments       string    `field:"COMMENTS"`
	Zone           string    `field:"ZONE"`
	Zone2          string    `field:"ZONE2"`
	RouteName      string    `field:"NAME"`
	Acres          float64   `field:"ACRES"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	Scheduled      int16     `field:"SCHEDULED"`
	ScheduledDate  time.Time `field:"SCHEDULEDDATE"`
	Notified       int16     `field:"Notified"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	ShapeArea      float64   `field:"Shape__Area"`
	ShapeLength    float64   `field:"Shape__Length"`
	Geometry       response.Geometry
}

func (*BarrierSpray) GetGeometry

func (x *BarrierSpray) GetGeometry() response.Geometry

func (*BarrierSpray) SetGeometry

func (x *BarrierSpray) SetGeometry(m response.Geometry)

type BarrierSprayRoute

type BarrierSprayRoute struct {
	ObjectID       uint      `field:"OBJECTID"`
	Name           string    `field:"NAME"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	ShapeArea      float64   `field:"Shape__Area"`
	ShapeLength    float64   `field:"Shape__Length"`
	Geometry       response.Geometry
}

func (*BarrierSprayRoute) GetGeometry

func (x *BarrierSprayRoute) GetGeometry() response.Geometry

func (*BarrierSprayRoute) SetGeometry

func (x *BarrierSprayRoute) SetGeometry(m response.Geometry)

type ContainerRelate

type ContainerRelate struct {
	ObjectID               uint      `field:"OBJECTID"`
	TrapDataID             uuid.UUID `field:"TRAPDATA_ID"`
	DateSent               time.Time `field:"DATESENT"`
	SurveyTech             string    `field:"SURVTECH"`
	DateTested             time.Time `field:"DATETESTED"`
	TestTech               string    `field:"TESTTECH"`
	Comments               string    `field:"COMMENTS"`
	SampleID               string    `field:"SAMPLEID"`
	Processed              int16     `field:"PROCESSED"`
	LabID                  uuid.UUID `field:"LAB_ID"`
	TestMethods            string    `field:"TESTMETHOD"`
	DiseasesTested         string    `field:"DISEASETESTED"`
	DiseasesPositive       string    `field:"DISEASEPOS"`
	GlobalID               uuid.UUID `field:"GlobalID"`
	CreatedUser            string    `field:"created_user"`
	CreatedDate            time.Time `field:"created_date"`
	LastEditedUser         string    `field:"last_edited_user"`
	LastEditedDate         time.Time `field:"last_edited_date"`
	Lab                    string    `field:"LAB"`
	PoolYear               int16     `field:"POOLYEAR"`
	GatewaySync            int16     `field:"GATEWAYSYNC"`
	VectorsurvcollectionID string    `field:"VECTORSURVCOLLECTIONID"`
	VectorsurvpoolID       string    `field:"VECTORSURVPOOLID"`
	VectorsurvtrapdataID   string    `field:"VECTORSURVTRAPDATAID"`
	CreationDate           time.Time `field:"CreationDate"`
	Creator                string    `field:"Creator"`
	EditDate               time.Time `field:"EditDate"`
	Editor                 string    `field:"Editor"`
	Geometry               response.Geometry
}

func (*ContainerRelate) GetGeometry

func (x *ContainerRelate) GetGeometry() response.Geometry

func (*ContainerRelate) SetGeometry

func (x *ContainerRelate) SetGeometry(m response.Geometry)

type FieldScoutingLog

type FieldScoutingLog struct {
	ObjectID                    uint      `field:"OBJECTID"`
	Name                        string    `field:"NAME"`
	Zone                        string    `field:"ZONE"`
	Habitat                     string    `field:"HABITAT"`
	Priority                    string    `field:"PRIORITY"`
	UseType                     string    `field:"USETYPE"`
	Active                      int16     `field:"ACTIVE"`
	Description                 string    `field:"DESCRIPTION"`
	AccessDescription           string    `field:"ACCESSDESC"`
	Comments                    string    `field:"COMMENTS"`
	Symbology                   string    `field:"SYMBOLOGY"`
	ExternalID                  string    `field:"EXTERNALID"`
	Acres                       float64   `field:"ACRES"`
	NextScheduledAction         time.Time `field:"NEXTACTIONDATESCHEDULED"`
	LarvalInspectionInterval    int16     `field:"LARVINSPECTINTERVAL"`
	Length                      float64   `field:"LENGTH_FT"`
	Width                       float64   `field:"WIDTH_FT"`
	Zone2                       string    `field:"ZONE2"`
	Locationnumber              int32     `field:"LOCATIONNUMBER"`
	GlobalID                    uuid.UUID `field:"GlobalID"`
	CreatedUser                 string    `field:"created_user"`
	CreatedDate                 time.Time `field:"created_date"`
	LastEditedUser              string    `field:"last_edited_user"`
	LastEditedDate              time.Time `field:"last_edited_date"`
	LastInspectionDate          time.Time `field:"LASTINSPECTDATE"`
	LastInspectionBreeding      string    `field:"LASTINSPECTBREEDING"`
	LastInspectionAverageLarvae float64   `field:"LASTINSPECTAVGLARVAE"`
	LastInspectionAveragePupae  float64   `field:"LASTINSPECTAVGPUPAE"`
	LastInspectionLarvalStages  string    `field:"LASTINSPECTLSTAGES"`
	LastInspectionAction        string    `field:"LASTINSPECTACTIONTAKEN"`
	LastInspectionFieldSpecies  string    `field:"LASTINSPECTFIELDSPECIES"`
	LastTreatmentDate           time.Time `field:"LASTTREATDATE"`
	LastTreatmentProduct        string    `field:"LASTTREATPRODUCT"`
	LastTreatmentQuantity       float64   `field:"LASTTREATQTY"`
	LastTreatmentQuantityUnit   string    `field:"LASTTREATQTYUNIT"`
	Hectares                    float64   `field:"HECTARES"`
	LastInspectionActivity      string    `field:"LASTINSPECTACTIVITY"`
	LastTreatmentActivity       string    `field:"LASTTREATACTIVITY"`
	LengthMeters                float64   `field:"LENGTH_METERS"`
	WidthMeters                 float64   `field:"WIDTH_METERS"`
	LastInspectionConditions    string    `field:"LASTINSPECTCONDITIONS"`
	WaterOrigin                 string    `field:"WATERORIGIN"`
	CreationDate                time.Time `field:"CreationDate"`
	Creator                     string    `field:"Creator"`
	EditDate                    time.Time `field:"EditDate"`
	Editor                      string    `field:"Editor"`
	Jurisdiction                string    `field:"JURISDICTION"`
	ShapeLength                 float64   `field:"Shape__Length"`
	Geometry                    response.Geometry
}

func (*FieldScoutingLog) GetGeometry

func (x *FieldScoutingLog) GetGeometry() response.Geometry

func (*FieldScoutingLog) SetGeometry

func (x *FieldScoutingLog) SetGeometry(m response.Geometry)

type HabitatRelate

type HabitatRelate struct {
	ObjectID        uint      `field:"OBJECTID"`
	TrapDataID      uuid.UUID `field:"TRAPDATA_ID"`
	Species         string    `field:"SPECIES"`
	Males           int16     `field:"MALES"`
	Unknown         int16     `field:"UNKNOWN"`
	BloodedFemales  int16     `field:"BLOODEDFEM"`
	GravidFemales   int16     `field:"GRAVIDFEM"`
	Larvae          int16     `field:"LARVAE"`
	PoolsToGenerate int16     `field:"POOLSTOGEN"`
	Processed       int16     `field:"PROCESSED"`
	GlobalID        uuid.UUID `field:"GlobalID"`
	CreatedUser     string    `field:"created_user"`
	CreatedDate     time.Time `field:"created_date"`
	LastEditedUser  string    `field:"last_edited_user"`
	LastEditedDate  time.Time `field:"last_edited_date"`
	Pupae           int16     `field:"PUPAE"`
	Eggs            int16     `field:"EGGS"`
	Females         int32     `field:"FEMALES"`
	TotalAdults     int32     `field:"TOTAL"`
	CreationDate    time.Time `field:"CreationDate"`
	Creator         string    `field:"Creator"`
	EditDate        time.Time `field:"EditDate"`
	Editor          string    `field:"Editor"`
	YearWeek        int32     `field:"yearWeek"`
	Geometry        response.Geometry
}

func (*HabitatRelate) GetGeometry

func (x *HabitatRelate) GetGeometry() response.Geometry

func (*HabitatRelate) SetGeometry

func (x *HabitatRelate) SetGeometry(m response.Geometry)

type InspectionSample

type InspectionSample struct {
	ObjectID                    uint      `field:"OBJECTID"`
	TrapType                    string    `field:"TRAPTYPE"`
	TrapActivityType            string    `field:"TRAPACTIVITYTYPE"`
	Start                       time.Time `field:"STARTDATETIME"`
	Finish                      time.Time `field:"ENDDATETIME"`
	Comments                    string    `field:"COMMENTS"`
	TechIdentifyingSpeciesInLab string    `field:"IDBYTECH"`
	TechSortingTrapResultsInLab string    `field:"SORTBYTECH"`
	Processed                   int16     `field:"PROCESSED"`
	SiteConditions              string    `field:"SITECOND"`
	LocationName                string    `field:"LOCATIONNAME"`
	RecordStatus                int16     `field:"RECORDSTATUS"`
	Reviewed                    int16     `field:"REVIEWED"`
	ReviewedBy                  string    `field:"REVIEWEDBY"`
	ReviewedDate                time.Time `field:"REVIEWEDDATE"`
	TrapCondition               string    `field:"TRAPCONDITION"`
	TrapNights                  int16     `field:"TRAPNIGHTS"`
	Zone                        string    `field:"ZONE"`
	Zone2                       string    `field:"ZONE2"`
	GlobalID                    uuid.UUID `field:"GlobalID"`
	CreatedUser                 string    `field:"created_user"`
	CreatedDate                 time.Time `field:"created_date"`
	LastEditedUser              string    `field:"last_edited_user"`
	LastEditedDate              time.Time `field:"last_edited_date"`
	SrID                        uuid.UUID `field:"SRID"`
	FieldTech                   string    `field:"FIELDTECH"`
	GatewaySync                 int16     `field:"GATEWAYSYNC"`
	LocID                       uuid.UUID `field:"LOC_ID"`
	Voltage                     float64   `field:"VOLTAGE"`
	Winddir                     string    `field:"WINDDIR"`
	Windspeed                   float64   `field:"WINDSPEED"`
	Avetemp                     float64   `field:"AVETEMP"`
	Raingauge                   float64   `field:"RAINGAUGE"`
	LandingRate                 int16     `field:"LR"`
	Field                       int32     `field:"Field"`
	VectorsurvtrapdataID        string    `field:"VECTORSURVTRAPDATAID"`
	VectorsurvtraplocationID    string    `field:"VECTORSURVTRAPLOCATIONID"`
	CreationDate                time.Time `field:"CreationDate"`
	Creator                     string    `field:"Creator"`
	EditDate                    time.Time `field:"EditDate"`
	Editor                      string    `field:"Editor"`
	Lure                        string    `field:"Lure"`
	Geometry                    response.Geometry
}

func (*InspectionSample) GetGeometry

func (x *InspectionSample) GetGeometry() response.Geometry

func (*InspectionSample) SetGeometry

func (x *InspectionSample) SetGeometry(m response.Geometry)

type InspectionSampleDetail

type InspectionSampleDetail struct {
	ObjectID           uint      `field:"OBJECTID"`
	LocID              uuid.UUID `field:"LOC_ID"`
	Start              time.Time `field:"STARTDATETIME"`
	Finish             time.Time `field:"ENDDATETIME"`
	Conditions         string    `field:"SITECOND"`
	Activity           string    `field:"ACTIVITY"`
	Breeding           string    `field:"BREEDING"`
	AdultActivity      string    `field:"ADULTACT"`
	LandingRate        int16     `field:"LANDINGRATE"`
	Seconds            int16     `field:"LANDINGTIME"`
	DominantSpecies    string    `field:"DOMSPECIES"`
	Comments           string    `field:"COMMENTS"`
	AverageTemperature float64   `field:"AVETEMP"`
	WindSpeed          float64   `field:"WINDSPEED"`
	RainGauge          float64   `field:"RAINGAUGE"`
	WindDirection      string    `field:"WINDDIR"`
	Reviewed           int16     `field:"REVIEWED"`
	ReviewedBy         string    `field:"REVIEWEDBY"`
	ReviewedDate       time.Time `field:"REVIEWEDDATE"`
	LocationName       string    `field:"LOCATIONNAME"`
	Zone               string    `field:"ZONE"`
	RecordStatus       int16     `field:"RECORDSTATUS"`
	Zone2              string    `field:"ZONE2"`
	GlobalID           uuid.UUID `field:"GlobalID"`
	CreatedUser        string    `field:"created_user"`
	CreatedDate        time.Time `field:"created_date"`
	LastEditedUser     string    `field:"last_edited_user"`
	LastEditedDate     time.Time `field:"last_edited_date"`
	SrID               uuid.UUID `field:"SRID"`
	FieldTech          string    `field:"FIELDTECH"`
	CreationDate       time.Time `field:"CreationDate"`
	Creator            string    `field:"Creator"`
	EditDate           time.Time `field:"EditDate"`
	Editor             string    `field:"Editor"`
	Geometry           response.Geometry
}

func (*InspectionSampleDetail) GetGeometry

func (x *InspectionSampleDetail) GetGeometry() response.Geometry

func (*InspectionSampleDetail) SetGeometry

func (x *InspectionSampleDetail) SetGeometry(m response.Geometry)

type LandingCount

type LandingCount struct {
	ObjectID               uint      `field:"OBJECTID"`
	LocID                  uuid.UUID `field:"LOC_ID"`
	Start                  time.Time `field:"STARTDATETIME"`
	Finish                 time.Time `field:"ENDDATETIME"`
	Conditions             string    `field:"SITECOND"`
	SampleID               string    `field:"SAMPLEID"`
	SurveillanceTechnician string    `field:"SURVTECH"`
	Sent                   time.Time `field:"DATESENT"`
	Tested                 time.Time `field:"DATETESTED"`
	TestTechnician         string    `field:"TESTTECH"`
	Comments               string    `field:"COMMENTS"`
	Processed              int16     `field:"PROCESSED"`
	SampleType             string    `field:"SAMPLETYPE"`
	SampleCondition        string    `field:"SAMPLECOND"`
	Species                string    `field:"SPECIES"`
	Sex                    string    `field:"SEX"`
	AverageTemperature     float64   `field:"AVETEMP"`
	WindSpeed              float64   `field:"WINDSPEED"`
	WindDirection          string    `field:"WINDDIR"`
	RainGauge              float64   `field:"RAINGAUGE"`
	Activity               string    `field:"ACTIVITY"`
	TestMethod             string    `field:"TESTMETHOD"`
	DiseaseTested          string    `field:"DISEASETESTED"`
	DiseasePositive        string    `field:"DISEASEPOS"`
	Reviewed               int16     `field:"REVIEWED"`
	ReviewedBy             string    `field:"REVIEWEDBY"`
	ReviewedDate           time.Time `field:"REVIEWEDDATE"`
	LocationName           string    `field:"LOCATIONNAME"`
	Zone                   string    `field:"ZONE"`
	RecordStatus           int16     `field:"RECORDSTATUS"`
	Zone2                  string    `field:"ZONE2"`
	GlobalID               uuid.UUID `field:"GlobalID"`
	CreatedUser            string    `field:"created_user"`
	CreatedDate            time.Time `field:"created_date"`
	LastEditedUser         string    `field:"last_edited_user"`
	LastEditedDate         time.Time `field:"last_edited_date"`
	Lab                    string    `field:"LAB"`
	FieldTech              string    `field:"FIELDTECH"`
	FlockID                uuid.UUID `field:"FLOCKID"`
	SampleCount            int16     `field:"SAMPLECOUNT"`
	ChickenID              uuid.UUID `field:"CHICKENID"`
	GatewaySync            int16     `field:"GATEWAYSYNC"`
	CreationDate           time.Time `field:"CreationDate"`
	Creator                string    `field:"Creator"`
	EditDate               time.Time `field:"EditDate"`
	Editor                 string    `field:"Editor"`
	Geometry               response.Geometry
}

func (*LandingCount) GetGeometry

func (x *LandingCount) GetGeometry() response.Geometry

func (*LandingCount) SetGeometry

func (x *LandingCount) SetGeometry(m response.Geometry)

type LandingCountLocation

type LandingCountLocation struct {
	ObjectID       uint      `field:"OBJECTID"`
	ForeignID      uuid.UUID `field:"FOREIGN_ID"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	HabitatType    string    `field:"HABITATTYPE"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*LandingCountLocation) GetGeometry

func (x *LandingCountLocation) GetGeometry() response.Geometry

func (*LandingCountLocation) SetGeometry

func (x *LandingCountLocation) SetGeometry(m response.Geometry)

type LineLocation

type LineLocation struct {
	ObjectID       uint      `field:"OBJECTID"`
	TreatID        uuid.UUID `field:"TREAT_ID"`
	SessionID      uuid.UUID `field:"SESSION_ID"`
	TreatmentDate  time.Time `field:"TREATDATE"`
	Comments       string    `field:"COMMENTS"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	Notified       int16     `field:"Notified"`
	Type           string    `field:"Type"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	ShapeArea      float64   `field:"Shape__Area"`
	ShapeLength    float64   `field:"Shape__Length"`
	Geometry       response.Geometry
}

func (*LineLocation) GetGeometry

func (x *LineLocation) GetGeometry() response.Geometry

func (*LineLocation) SetGeometry

func (x *LineLocation) SetGeometry(m response.Geometry)

type LocationTracking

type LocationTracking struct {
	ObjectID          uint      `field:"OBJECTID"`
	Name              string    `field:"NAME"`
	Zone              string    `field:"ZONE"`
	Habitat           string    `field:"HABITAT"`
	Priority          string    `field:"PRIORITY"`
	UseType           string    `field:"USETYPE"`
	Active            int16     `field:"ACTIVE"`
	Description       string    `field:"DESCRIPTION"`
	AccessDescription string    `field:"ACCESSDESC"`
	Comments          string    `field:"COMMENTS"`
	Zone2             string    `field:"ZONE2"`
	Locationnumber    int32     `field:"LOCATIONNUMBER"`
	GlobalID          uuid.UUID `field:"GlobalID"`
	CreatedUser       string    `field:"created_user"`
	CreatedDate       time.Time `field:"created_date"`
	LastEditedUser    string    `field:"last_edited_user"`
	LastEditedDate    time.Time `field:"last_edited_date"`
	CreationDate      time.Time `field:"CreationDate"`
	Creator           string    `field:"Creator"`
	EditDate          time.Time `field:"EditDate"`
	Editor            string    `field:"Editor"`
	Geometry          response.Geometry
}

func (*LocationTracking) GetGeometry

func (x *LocationTracking) GetGeometry() response.Geometry

func (*LocationTracking) SetGeometry

func (x *LocationTracking) SetGeometry(m response.Geometry)

type MosquitoInspection

type MosquitoInspection struct {
	ObjectID       uint      `field:"OBJECTID"`
	Activity       string    `field:"ACTIVITY"`
	Start          time.Time `field:"STARTDATETIME"`
	Finish         time.Time `field:"ENDDATETIME"`
	Comments       string    `field:"COMMENTS"`
	ExternalID     string    `field:"EXTERNALID"`
	EquipmentType  string    `field:"EQUIPTYPE"`
	LocationName   string    `field:"LOCATIONNAME"`
	Zone           string    `field:"ZONE"`
	Zone2          string    `field:"ZONE2"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	LinelocID      uuid.UUID `field:"LINELOCID"`
	PointlocID     uuid.UUID `field:"POINTLOCID"`
	PolygonlocID   uuid.UUID `field:"POLYGONLOCID"`
	LclocID        uuid.UUID `field:"LCLOCID"`
	SamplelocID    uuid.UUID `field:"SAMPLELOCID"`
	SrID           uuid.UUID `field:"SRID"`
	TraplocID      uuid.UUID `field:"TRAPLOCID"`
	FieldTech      string    `field:"FIELDTECH"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	RodentlocID    uuid.UUID `field:"RODENTLOCID"`
	Geometry       response.Geometry
}

func (*MosquitoInspection) GetGeometry

func (x *MosquitoInspection) GetGeometry() response.Geometry

func (*MosquitoInspection) SetGeometry

func (x *MosquitoInspection) SetGeometry(m response.Geometry)

type OfflineMapAreas

type OfflineMapAreas struct {
	ObjectID       uint      `field:"OBJECTID"`
	Name           string    `field:"NAME"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	ShapeArea      float64   `field:"Shape__Area"`
	ShapeLength    float64   `field:"Shape__Length"`
	Geometry       response.Geometry
}

func (*OfflineMapAreas) GetGeometry

func (x *OfflineMapAreas) GetGeometry() response.Geometry

func (*OfflineMapAreas) SetGeometry

func (x *OfflineMapAreas) SetGeometry(m response.Geometry)

type PointLocation

type PointLocation struct {
	ObjectID               uint      `field:"OBJECTID"`
	Dips                   int16     `field:"NUMDIPS"`
	Activity               string    `field:"ACTIVITY"`
	Breeding               string    `field:"BREEDING"`
	TotalLarvae            int16     `field:"TOTLARVAE"`
	TotalPupae             int16     `field:"TOTPUPAE"`
	Eggs                   int16     `field:"EGGS"`
	PositiveDips           int16     `field:"POSDIPS"`
	AdultActivity          string    `field:"ADULTACT"`
	LarvalStages           string    `field:"LSTAGES"`
	DominantStage          string    `field:"DOMSTAGE"`
	Action                 string    `field:"ACTIONTAKEN"`
	Comments               string    `field:"COMMENTS"`
	AverageTemperature     float64   `field:"AVETEMP"`
	WindSpeed              float64   `field:"WINDSPEED"`
	RainGauge              float64   `field:"RAINGAUGE"`
	Start                  time.Time `field:"STARTDATETIME"`
	Finish                 time.Time `field:"ENDDATETIME"`
	WindDirection          string    `field:"WINDDIR"`
	AverageLarvae          float64   `field:"AVGLARVAE"`
	AveragePupae           float64   `field:"AVGPUPAE"`
	Reviewed               int16     `field:"REVIEWED"`
	ReviewedBy             string    `field:"REVIEWEDBY"`
	ReviewedDate           time.Time `field:"REVIEWEDDATE"`
	LocationName           string    `field:"LOCATIONNAME"`
	Zone                   string    `field:"ZONE"`
	RecordStatus           int16     `field:"RECORDSTATUS"`
	Zone2                  string    `field:"ZONE2"`
	PersonalContact        int16     `field:"PERSONALCONTACT"`
	TireCount              int16     `field:"TIRECOUNT"`
	CatchBasinCount        int16     `field:"CBCOUNT"`
	ContainerCount         int16     `field:"CONTAINERCOUNT"`
	FieldSpecies           string    `field:"FIELDSPECIES"`
	GlobalID               uuid.UUID `field:"GlobalID"`
	CreatedUser            string    `field:"created_user"`
	CreatedDate            time.Time `field:"created_date"`
	LastEditedUser         string    `field:"last_edited_user"`
	LastEditedDate         time.Time `field:"last_edited_date"`
	LinelocID              uuid.UUID `field:"LINELOCID"`
	PointlocID             uuid.UUID `field:"POINTLOCID"`
	PolygonlocID           uuid.UUID `field:"POLYGONLOCID"`
	SrID                   uuid.UUID `field:"SRID"`
	FieldTech              string    `field:"FIELDTECH"`
	LarvaePresent          int16     `field:"LARVAEPRESENT"`
	PupaePresent           int16     `field:"PUPAEPRESENT"`
	StormDrainID           uuid.UUID `field:"SDID"`
	Conditions             string    `field:"SITECOND"`
	PositiveContainerCount int16     `field:"POSITIVECONTAINERCOUNT"`
	CreationDate           time.Time `field:"CreationDate"`
	Creator                string    `field:"Creator"`
	EditDate               time.Time `field:"EditDate"`
	Editor                 string    `field:"Editor"`
	Jurisdiction           string    `field:"JURISDICTION"`
	VisualMonitoring       int16     `field:"VISUALMONITORING"`
	VmComments             string    `field:"VMCOMMENTS"`
	AdminAction            string    `field:"adminAction"`
	PtaID                  uuid.UUID `field:"PTAID"`
	Geometry               response.Geometry
}

func (*PointLocation) GetGeometry

func (x *PointLocation) GetGeometry() response.Geometry

func (*PointLocation) SetGeometry

func (x *PointLocation) SetGeometry(m response.Geometry)

type PolygonLocation

type PolygonLocation struct {
	ObjectID       uint      `field:"OBJECTID"`
	Dimension      string    `field:"Dimension"`
	UnitFrom       string    `field:"UnitFrom"`
	UnitTo         string    `field:"UnitTo"`
	Multiplier     float64   `field:"Multiplier"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*PolygonLocation) GetGeometry

func (x *PolygonLocation) GetGeometry() response.Geometry

func (*PolygonLocation) SetGeometry

func (x *PolygonLocation) SetGeometry(m response.Geometry)

type Pool

type Pool struct {
	ObjectID                    uint      `field:"OBJECTID"`
	InspID                      uuid.UUID `field:"INSP_ID"`
	SampleID                    string    `field:"SAMPLEID"`
	Processed                   int16     `field:"PROCESSED"`
	TechIdentifyingSpeciesInLab string    `field:"IDBYTECH"`
	GlobalID                    uuid.UUID `field:"GlobalID"`
	CreatedUser                 string    `field:"created_user"`
	CreatedDate                 time.Time `field:"created_date"`
	LastEditedUser              string    `field:"last_edited_user"`
	LastEditedDate              time.Time `field:"last_edited_date"`
	CreationDate                time.Time `field:"CreationDate"`
	Creator                     string    `field:"Creator"`
	EditDate                    time.Time `field:"EditDate"`
	Editor                      string    `field:"Editor"`
	Geometry                    response.Geometry
}

func (*Pool) GetGeometry

func (x *Pool) GetGeometry() response.Geometry

func (*Pool) SetGeometry

func (x *Pool) SetGeometry(m response.Geometry)

type PoolBuffer

type PoolBuffer struct {
	ObjectID          uint      `field:"OBJECTID"`
	Type              string    `field:"TYPE"`
	Name              string    `field:"NAME"`
	DateAdded         time.Time `field:"DATEADDED"`
	Comments          string    `field:"COMMENTS"`
	Zone              string    `field:"ZONE"`
	Zone2             string    `field:"ZONE2"`
	DoNotEnter        int16     `field:"DONOTENTER"`
	DoNotSpray        int16     `field:"DONOTSPRAY"`
	CustomerWarning   string    `field:"CUSTOMERWARNING"`
	TechnicianWarning string    `field:"TECHNICIANWARNING"`
	LastContactDate   time.Time `field:"LASTCONTACTDATE"`
	GlobalID          uuid.UUID `field:"GlobalID"`
	CreatedUser       string    `field:"created_user"`
	CreatedDate       time.Time `field:"created_date"`
	LastEditedUser    string    `field:"last_edited_user"`
	LastEditedDate    time.Time `field:"last_edited_date"`
	Address           string    `field:"ADDRESS"`
	PhoneNumber       string    `field:"PHONENUMBER"`
	CreationDate      time.Time `field:"CreationDate"`
	Creator           string    `field:"Creator"`
	EditDate          time.Time `field:"EditDate"`
	Editor            string    `field:"Editor"`
	ShapeArea         float64   `field:"Shape__Area"`
	ShapeLength       float64   `field:"Shape__Length"`
	Geometry          response.Geometry
}

func (*PoolBuffer) GetGeometry

func (x *PoolBuffer) GetGeometry() response.Geometry

func (*PoolBuffer) SetGeometry

func (x *PoolBuffer) SetGeometry(m response.Geometry)

type PoolDetail

type PoolDetail struct {
	ObjectID                    uint      `field:"OBJECTID"`
	Name                        string    `field:"NAME"`
	Zone                        string    `field:"ZONE"`
	Habitat                     string    `field:"HABITAT"`
	Priority                    string    `field:"PRIORITY"`
	UseType                     string    `field:"USETYPE"`
	Active                      int16     `field:"ACTIVE"`
	Description                 string    `field:"DESCRIPTION"`
	AccessDescription           string    `field:"ACCESSDESC"`
	Comments                    string    `field:"COMMENTS"`
	Symbology                   string    `field:"SYMBOLOGY"`
	ExternalID                  string    `field:"EXTERNALID"`
	NextScheduledAction         time.Time `field:"NEXTACTIONDATESCHEDULED"`
	LarvalInspectionInterval    int16     `field:"LARVINSPECTINTERVAL"`
	Zone2                       string    `field:"ZONE2"`
	Locationnumber              int32     `field:"LOCATIONNUMBER"`
	GlobalID                    uuid.UUID `field:"GlobalID"`
	SourceType                  string    `field:"STYPE"`
	LastInspectionDate          time.Time `field:"LASTINSPECTDATE"`
	LastInspectionBreeding      string    `field:"LASTINSPECTBREEDING"`
	LastInspectionAverageLarvae float64   `field:"LASTINSPECTAVGLARVAE"`
	LastInspectionAveragePupae  float64   `field:"LASTINSPECTAVGPUPAE"`
	LastInspectionLarvalStages  string    `field:"LASTINSPECTLSTAGES"`
	LastInspectionAction        string    `field:"LASTINSPECTACTIONTAKEN"`
	LastInspectionFieldSpecies  string    `field:"LASTINSPECTFIELDSPECIES"`
	LastTreatmentDate           time.Time `field:"LASTTREATDATE"`
	LastTreatmentProduct        string    `field:"LASTTREATPRODUCT"`
	LastTreatmentQuantity       float64   `field:"LASTTREATQTY"`
	LastTreatmentQuantityUnit   string    `field:"LASTTREATQTYUNIT"`
	LastInspectionActivity      string    `field:"LASTINSPECTACTIVITY"`
	LastTreatmentActivity       string    `field:"LASTTREATACTIVITY"`
	LastInspectionConditions    string    `field:"LASTINSPECTCONDITIONS"`
	WaterOrigin                 string    `field:"WATERORIGIN"`
	X                           float64   `field:"X"`
	Y                           float64   `field:"Y"`
	AssignedTech                string    `field:"ASSIGNEDTECH"`
	CreationDate                time.Time `field:"CreationDate"`
	Creator                     string    `field:"Creator"`
	EditDate                    time.Time `field:"EditDate"`
	Editor                      string    `field:"Editor"`
	Jurisdiction                string    `field:"JURISDICTION"`
	ReasonForDeactivation       string    `field:"deactivate_reason"`
	ScalarPriority              int32     `field:"scalarPriority"`
	SourceStatus                string    `field:"sourceStatus"`
	Geometry                    response.Geometry
}

func (*PoolDetail) GetGeometry

func (x *PoolDetail) GetGeometry() response.Geometry

func (*PoolDetail) SetGeometry

func (x *PoolDetail) SetGeometry(m response.Geometry)

type ProposedTreatmentArea

type ProposedTreatmentArea struct {
	ObjectID       uint      `field:"OBJECTID"`
	DateTimeStamp  time.Time `field:"DateTimeStamp"`
	Severity       string    `field:"Severity"`
	Application    string    `field:"Application"`
	Method         string    `field:"Method"`
	Message        string    `field:"Message"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*ProposedTreatmentArea) GetGeometry

func (x *ProposedTreatmentArea) GetGeometry() response.Geometry

func (*ProposedTreatmentArea) SetGeometry

func (x *ProposedTreatmentArea) SetGeometry(m response.Geometry)

type QALarvCount

type QALarvCount struct {
	ObjectID       uint      `field:"OBJECTID"`
	TreatID        uuid.UUID `field:"TREAT_ID"`
	SessionID      uuid.UUID `field:"SESSION_ID"`
	TreatmentDate  time.Time `field:"TREATDATE"`
	Comments       string    `field:"COMMENTS"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	Type           string    `field:"TYPE"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	ShapeLength    float64   `field:"Shape__Length"`
	Geometry       response.Geometry
}

func (*QALarvCount) GetGeometry

func (x *QALarvCount) GetGeometry() response.Geometry

func (*QALarvCount) SetGeometry

func (x *QALarvCount) SetGeometry(m response.Geometry)

type QAMosquitoInspection

type QAMosquitoInspection struct {
	ObjectID       uint      `field:"OBJECTID"`
	RouteName      string    `field:"NAME"`
	Zone           string    `field:"ZONE"`
	Zone2          string    `field:"ZONE2"`
	ExternalID     string    `field:"EXTERNAL_ID"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	ShapeLength    float64   `field:"Shape__Length"`
	Geometry       response.Geometry
}

func (*QAMosquitoInspection) GetGeometry

func (x *QAMosquitoInspection) GetGeometry() response.Geometry

func (*QAMosquitoInspection) SetGeometry

func (x *QAMosquitoInspection) SetGeometry(m response.Geometry)

type QAProductObservation

type QAProductObservation struct {
	ObjectID       uint      `field:"OBJECTID"`
	Status         int16     `field:"STATUS"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*QAProductObservation) GetGeometry

func (x *QAProductObservation) GetGeometry() response.Geometry

func (*QAProductObservation) SetGeometry

func (x *QAProductObservation) SetGeometry(m response.Geometry)

type RestrictedArea

type RestrictedArea struct {
	ObjectID       uint      `field:"OBJECTID"`
	Name           string    `field:"NAME"`
	Requiredtype   string    `field:"REQUIREDTYPE"`
	Value          string    `field:"VALUE"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	DisplayName    string    `field:"DISPLAY"`
	Visible        int16     `field:"VISIBLE"`
	Geometry       response.Geometry
}

func (*RestrictedArea) GetGeometry

func (x *RestrictedArea) GetGeometry() response.Geometry

func (*RestrictedArea) SetGeometry

func (x *RestrictedArea) SetGeometry(m response.Geometry)

type RodentInspection

type RodentInspection struct {
	ObjectID       uint      `field:"OBJECTID"`
	Accuracym      float64   `field:"Accuracy"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	FieldTech      string    `field:"FIELDTECH"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*RodentInspection) GetGeometry

func (x *RodentInspection) GetGeometry() response.Geometry

func (*RodentInspection) SetGeometry

func (x *RodentInspection) SetGeometry(m response.Geometry)

type RodentLocation

type RodentLocation struct {
	ObjectID       uint      `field:"OBJECTID"`
	Status         int16     `field:"STATUS"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*RodentLocation) GetGeometry

func (x *RodentLocation) GetGeometry() response.Geometry

func (*RodentLocation) SetGeometry

func (x *RodentLocation) SetGeometry(m response.Geometry)

type SampleCollection

type SampleCollection struct {
	ObjectID       uint      `field:"OBJECTID"`
	InspsampleID   uuid.UUID `field:"QAINSP_ID"`
	FieldSpecies   string    `field:"FIELDSPECIES"`
	Stage1Count    int16     `field:"FLARVSTG1COUNT"`
	FieldPupaCount int16     `field:"FPUPCOUNT"`
	FieldEggCount  int16     `field:"FEGGCOUNT"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	Comments       string    `field:"COMMENTS"`
	Stage2Count    int16     `field:"FLARVSTG2COUNT"`
	Stage3Count    int16     `field:"FLARVSTG3COUNT"`
	Stage4Count    int16     `field:"FLARVSTG4COUNT"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*SampleCollection) GetGeometry

func (x *SampleCollection) GetGeometry() response.Geometry

func (*SampleCollection) SetGeometry

func (x *SampleCollection) SetGeometry(m response.Geometry)

type SampleLocation

type SampleLocation struct {
	ObjectID       uint      `field:"OBJECTID"`
	TrapDataID     uuid.UUID `field:"TRAPDATA_ID"`
	PoolID         uuid.UUID `field:"POOL_ID"`
	Species        string    `field:"SPECIES"`
	Females        int16     `field:"FEMALES"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*SampleLocation) GetGeometry

func (x *SampleLocation) GetGeometry() response.Geometry

func (*SampleLocation) SetGeometry

func (x *SampleLocation) SetGeometry(m response.Geometry)

type ServiceRequest

type ServiceRequest struct {
	ObjectID                uint      `field:"OBJECTID"`
	Received                time.Time `field:"RECDATETIME"`
	Source                  string    `field:"SOURCE"`
	EnteredBy               string    `field:"ENTRYTECH"`
	Priority                string    `field:"PRIORITY"`
	Supervisor              string    `field:"SUPERVISOR"`
	AssignedTo              string    `field:"ASSIGNEDTECH"`
	Status                  string    `field:"STATUS"`
	AnonymousCaller         int16     `field:"CLRANON"`
	CallerName              string    `field:"CLRFNAME"`
	CallerPhone             string    `field:"CLRPHONE1"`
	CallerAlternatePhone    string    `field:"CLRPHONE2"`
	CallerEmail             string    `field:"CLREMAIL"`
	CallerCompany           string    `field:"CLRCOMPANY"`
	CallerAddress           string    `field:"CLRADDR1"`
	CallerAddress2          string    `field:"CLRADDR2"`
	CallerCity              string    `field:"CLRCITY"`
	CallerState             string    `field:"CLRSTATE"`
	CallerZip               string    `field:"CLRZIP"`
	CallerOther             string    `field:"CLROTHER"`
	CallerContactPreference string    `field:"CLRCONTPREF"`
	RequestCompany          string    `field:"REQCOMPANY"`
	RequestAddress          string    `field:"REQADDR1"`
	RequestAddress2         string    `field:"REQADDR2"`
	RequestCity             string    `field:"REQCITY"`
	RequestState            string    `field:"REQSTATE"`
	RequestZip              string    `field:"REQZIP"`
	RequestCrossStreet      string    `field:"REQCROSSST"`
	RequestSubdivision      string    `field:"REQSUBDIV"`
	RequestMapGrID          string    `field:"REQMAPGRID"`
	PermissionToEnter       int16     `field:"REQPERMISSION"`
	RequestTarget           string    `field:"REQTARGET"`
	RequestDescription      string    `field:"REQDESCR"`
	NotesForFieldTechnician string    `field:"REQNOTESFORTECH"`
	NotesForCustomer        string    `field:"REQNOTESFORCUST"`
	RequestFieldNotes       string    `field:"REQFLDNOTES"`
	RequestProgramActions   string    `field:"REQPROGRAMACTIONS"`
	Closed                  time.Time `field:"DATETIMECLOSED"`
	ClosedBy                string    `field:"TECHCLOSED"`
	Sr                      int32     `field:"SR_NUMBER"`
	Reviewed                int16     `field:"REVIEWED"`
	ReviewedBy              string    `field:"REVIEWEDBY"`
	ReviewedDate            time.Time `field:"REVIEWEDDATE"`
	Accepted                int16     `field:"ACCEPTED"`
	AcceptedDate            time.Time `field:"ACCEPTEDDATE"`
	RejectedBy              string    `field:"REJECTEDBY"`
	RejectedDate            time.Time `field:"REJECTEDDATE"`
	RejectedReason          string    `field:"REJECTEDREASON"`
	DueDate                 time.Time `field:"DUEDATE"`
	AcceptedBy              string    `field:"ACCEPTEDBY"`
	Comments                string    `field:"COMMENTS"`
	EstimatedCompletionDate time.Time `field:"ESTCOMPLETEDATE"`
	NextAction              string    `field:"NEXTACTION"`
	RecordStatus            int16     `field:"RECORDSTATUS"`
	GlobalID                uuid.UUID `field:"GlobalID"`
	CreatedUser             string    `field:"created_user"`
	CreatedDate             time.Time `field:"created_date"`
	LastEditedUser          string    `field:"last_edited_user"`
	LastEditedDate          time.Time `field:"last_edited_date"`
	FirstResponseDate       time.Time `field:"FIRSTRESPONSEDATE"`
	ResponseDayCount        int16     `field:"RESPONSEDAYCOUNT"`
	VerifyCorrectLocation   string    `field:"ALLOWED"`
	Xvalue                  string    `field:"XVALUE"`
	Yvalue                  string    `field:"YVALUE"`
	ValidX                  string    `field:"VALIDX"`
	ValidY                  string    `field:"VALIDY"`
	ExternalID              string    `field:"EXTERNALID"`
	ExternalError           string    `field:"EXTERNALERROR"`
	PointlocID              uuid.UUID `field:"POINTLOCID"`
	Notified                int16     `field:"NOTIFIED"`
	NotifiedDate            time.Time `field:"NOTIFIEDDATE"`
	Scheduled               int16     `field:"SCHEDULED"`
	ScheduledDate           time.Time `field:"SCHEDULEDDATE"`
	Dog                     int32     `field:"DOG"`
	SchedulePeriod          string    `field:"schedule_period"`
	ScheduleNotes           string    `field:"schedule_notes"`
	PreferSpeakingSpanish   int32     `field:"Spanish"`
	CreationDate            time.Time `field:"CreationDate"`
	Creator                 string    `field:"Creator"`
	EditDate                time.Time `field:"EditDate"`
	Editor                  string    `field:"Editor"`
	IssuesReported          string    `field:"ISSUESREPORTED"`
	Jurisdiction            string    `field:"JURISDICTION"`
	NotificationTimestamp   string    `field:"NOTIFICATIONTIMESTAMP"`
	Zone                    string    `field:"ZONE"`
	Zone2                   string    `field:"ZONE2"`
	Geometry                response.Geometry
}

func (*ServiceRequest) GetGeometry

func (x *ServiceRequest) GetGeometry() response.Geometry

func (*ServiceRequest) SetGeometry

func (x *ServiceRequest) SetGeometry(m response.Geometry)

type SpeciesAbundance

type SpeciesAbundance struct {
	ObjectID           uint      `field:"OBJECTID"`
	InspsampleID       uuid.UUID `field:"INSPSAMPLE_ID"`
	FieldSpecies       string    `field:"FIELDSPECIES"`
	FieldLarvaCount    int16     `field:"FLARVCOUNT"`
	FieldPupaCount     int16     `field:"FPUPCOUNT"`
	FieldEggCount      int16     `field:"FEGGCOUNT"`
	FieldLarvalStages  string    `field:"FLSTAGES"`
	FieldDominantStage string    `field:"FDOMSTAGE"`
	FieldAdultActivity string    `field:"FADULTACT"`
	LabSpecies         string    `field:"LABSPECIES"`
	LabLarvaCount      int16     `field:"LLARVCOUNT"`
	LabPupaCount       int16     `field:"LPUPCOUNT"`
	LabEggCount        int16     `field:"LEGGCOUNT"`
	LabDominantStage   string    `field:"LDOMSTAGE"`
	Comments           string    `field:"COMMENTS"`
	GlobalID           uuid.UUID `field:"GlobalID"`
	CreatedUser        string    `field:"created_user"`
	CreatedDate        time.Time `field:"created_date"`
	LastEditedUser     string    `field:"last_edited_user"`
	LastEditedDate     time.Time `field:"last_edited_date"`
	Processed          int16     `field:"PROCESSED"`
	CreationDate       time.Time `field:"CreationDate"`
	Creator            string    `field:"Creator"`
	EditDate           time.Time `field:"EditDate"`
	Editor             string    `field:"Editor"`
	Geometry           response.Geometry
}

func (*SpeciesAbundance) GetGeometry

func (x *SpeciesAbundance) GetGeometry() response.Geometry

func (*SpeciesAbundance) SetGeometry

func (x *SpeciesAbundance) SetGeometry(m response.Geometry)

type StormDrain

type StormDrain struct {
	ObjectID                  uint      `field:"OBJECTID"`
	PositiveDips              int16     `field:"POSDIPS"`
	Action                    string    `field:"ACTIONTAKEN"`
	Comments                  string    `field:"COMMENTS"`
	AverageTemperature        float64   `field:"AVETEMP"`
	WindSpeed                 float64   `field:"WINDSPEED"`
	RainGauge                 float64   `field:"RAINGAUGE"`
	GlobalID                  uuid.UUID `field:"GlobalID"`
	Start                     time.Time `field:"STARTDATETIME"`
	Finish                    time.Time `field:"ENDDATETIME"`
	WindDirection             string    `field:"WINDDIR"`
	Reviewed                  int16     `field:"REVIEWED"`
	Reviewedby                string    `field:"REVIEWEDBY"`
	Revieweddate              time.Time `field:"REVIEWEDDATE"`
	Locationname              string    `field:"LOCATIONNAME"`
	Zone                      string    `field:"ZONE"`
	Recordstatus              int16     `field:"RECORDSTATUS"`
	Zone2                     string    `field:"ZONE2"`
	LandingRate               int16     `field:"LR"`
	NegativeDips              int16     `field:"NEGDIPS"`
	TotalAcres                float64   `field:"TOTALACRES"`
	AcresBreeding             float64   `field:"ACRESBREEDING"`
	FishPresent               int16     `field:"FISH"`
	SiteType                  string    `field:"SITETYPE"`
	BreedingPotential         string    `field:"BREEDINGPOTENTIAL"`
	MovingWater               int16     `field:"MOVINGWATER"`
	NoEvidenceOfWaterEver     int16     `field:"NOWATEREVER"`
	MosquitoHabitatIndicators string    `field:"MOSQUITOHABITAT"`
	HabitatValue              int16     `field:"HABVALUE1"`
	Habvalue1percent          int16     `field:"HABVALUE1PERCENT"`
	HabitatValue2             int16     `field:"HABVALUE2"`
	Habvalue2percent          int16     `field:"HABVALUE2PERCENT"`
	Potential                 int16     `field:"POTENTIAL"`
	LarvaePresent             int16     `field:"LARVAEPRESENT"`
	LarvaeInsideTreatedArea   int16     `field:"LARVAEINSIDETREATEDAREA"`
	LarvaeOutsideTreatedArea  int16     `field:"LARVAEOUTSIDETREATEDAREA"`
	ReasonLarvaePresent       string    `field:"LARVAEREASON"`
	AquaticOrganisms          string    `field:"AQUATICORGANISMS"`
	Vegetation                string    `field:"VEGETATION"`
	SourceReduction           string    `field:"SOURCEREDUCTION"`
	WaterPresent              int16     `field:"WATERPRESENT"`
	WaterMovement             string    `field:"WATERMOVEMENT1"`
	Watermovement1percent     int16     `field:"WATERMOVEMENT1PERCENT"`
	WaterMovement2            string    `field:"WATERMOVEMENT2"`
	Watermovement2percent     int16     `field:"WATERMOVEMENT2PERCENT"`
	SoilConditions            string    `field:"SOILCONDITIONS"`
	HowLongWaterPresent       string    `field:"WATERDURATION"`
	WaterSource               string    `field:"WATERSOURCE"`
	WaterConditions           string    `field:"WATERCONDITIONS"`
	AdultActivity             int16     `field:"ADULTACTIVITY"`
	LinelocID                 uuid.UUID `field:"LINELOCID"`
	PointlocID                uuid.UUID `field:"POINTLOCID"`
	PolygonlocID              uuid.UUID `field:"POLYGONLOCID"`
	CreatedUser               string    `field:"created_user"`
	CreatedDate               time.Time `field:"created_date"`
	LastEditedUser            string    `field:"last_edited_user"`
	LastEditedDate            time.Time `field:"last_edited_date"`
	FieldTech                 string    `field:"FIELDTECH"`
	CreationDate              time.Time `field:"CreationDate"`
	Creator                   string    `field:"Creator"`
	EditDate                  time.Time `field:"EditDate"`
	Editor                    string    `field:"Editor"`
	Geometry                  response.Geometry
}

func (*StormDrain) GetGeometry

func (x *StormDrain) GetGeometry() response.Geometry

func (*StormDrain) SetGeometry

func (x *StormDrain) SetGeometry(m response.Geometry)

type TimeCard

type TimeCard struct {
	ObjectID          uint      `field:"OBJECTID"`
	NextTreatmentDate time.Time `field:"NextTreatmentDate"`
	LastTreatDate     time.Time `field:"LastTreatDate"`
	LastAction        string    `field:"LastAction"`
	Symbology         string    `field:"Symbology"`
	GlobalID          uuid.UUID `field:"GlobalID"`
	CreatedUser       string    `field:"created_user"`
	CreatedDate       time.Time `field:"created_date"`
	LastEditedUser    string    `field:"last_edited_user"`
	LastEditedDate    time.Time `field:"last_edited_date"`
	LastStatus        string    `field:"LastStatus"`
	Zone              string    `field:"ZONE"`
	Zone2             string    `field:"ZONE2"`
	CreationDate      time.Time `field:"CreationDate"`
	Creator           string    `field:"Creator"`
	EditDate          time.Time `field:"EditDate"`
	Editor            string    `field:"Editor"`
	Type              string    `field:"TYPE"`
	Jurisdiction      string    `field:"JURISDICTION"`
	Geometry          response.Geometry
}

func (*TimeCard) GetGeometry

func (x *TimeCard) GetGeometry() response.Geometry

func (*TimeCard) SetGeometry

func (x *TimeCard) SetGeometry(m response.Geometry)

type Tracklog

type Tracklog struct {
	ObjectID            uint      `field:"OBJECTID"`
	Name                string    `field:"NAME"`
	Zone                string    `field:"ZONE"`
	Habitat             string    `field:"HABITAT"`
	Priority            string    `field:"PRIORITY"`
	UseType             string    `field:"USETYPE"`
	Active              int16     `field:"ACTIVE"`
	Description         string    `field:"DESCRIPTION"`
	AccessDescription   string    `field:"ACCESSDESC"`
	Comments            string    `field:"COMMENTS"`
	ExternalID          string    `field:"EXTERNALID"`
	NextScheduledAction time.Time `field:"NEXTACTIONDATESCHEDULED"`
	Zone2               string    `field:"ZONE2"`
	Locationnumber      int32     `field:"LOCATIONNUMBER"`
	GlobalID            uuid.UUID `field:"GlobalID"`
	CreatedUser         string    `field:"created_user"`
	CreatedDate         time.Time `field:"created_date"`
	LastEditedUser      string    `field:"last_edited_user"`
	LastEditedDate      time.Time `field:"last_edited_date"`
	GatewaySync         int16     `field:"GATEWAYSYNC"`
	CreationDate        time.Time `field:"CreationDate"`
	Creator             string    `field:"Creator"`
	EditDate            time.Time `field:"EditDate"`
	Editor              string    `field:"Editor"`
	Geometry            response.Geometry
}

func (*Tracklog) GetGeometry

func (x *Tracklog) GetGeometry() response.Geometry

func (*Tracklog) SetGeometry

func (x *Tracklog) SetGeometry(m response.Geometry)

type TrapData

type TrapData struct {
	ObjectID             uint      `field:"OBJECTID"`
	Activity             string    `field:"ACTIVITY"`
	AreaTreated          float64   `field:"TREATAREA"`
	AreaUnit             string    `field:"AREAUNIT"`
	Product              string    `field:"PRODUCT"`
	Quantity             float64   `field:"QTY"`
	QuantityUnit         string    `field:"QTYUNIT"`
	Method               string    `field:"METHOD"`
	EquipmentType        string    `field:"EQUIPTYPE"`
	Comments             string    `field:"COMMENTS"`
	AverageTemperature   float64   `field:"AVETEMP"`
	WindSpeed            float64   `field:"WINDSPEED"`
	WindDirection        string    `field:"WINDDIR"`
	RainGauge            float64   `field:"RAINGAUGE"`
	Start                time.Time `field:"STARTDATETIME"`
	Finish               time.Time `field:"ENDDATETIME"`
	InspID               uuid.UUID `field:"INSP_ID"`
	Reviewed             int16     `field:"REVIEWED"`
	ReviewedBy           string    `field:"REVIEWEDBY"`
	ReviewedDate         time.Time `field:"REVIEWEDDATE"`
	LocationName         string    `field:"LOCATIONNAME"`
	Zone                 string    `field:"ZONE"`
	WarningOverride      int16     `field:"WARNINGOVERRIDE"`
	RecordStatus         int16     `field:"RECORDSTATUS"`
	Zone2                string    `field:"ZONE2"`
	TreatedAcres         float64   `field:"TREATACRES"`
	TireCount            int16     `field:"TIRECOUNT"`
	CatchBasinCount      int16     `field:"CBCOUNT"`
	ContainerCount       int16     `field:"CONTAINERCOUNT"`
	GlobalID             uuid.UUID `field:"GlobalID"`
	TreatmentLength      float64   `field:"TREATMENTLENGTH"`
	TreatmentHours       float64   `field:"TREATMENTHOURS"`
	TreatmentLengthUnits string    `field:"TREATMENTLENGTHUNITS"`
	LinelocID            uuid.UUID `field:"LINELOCID"`
	PointlocID           uuid.UUID `field:"POINTLOCID"`
	PolygonlocID         uuid.UUID `field:"POLYGONLOCID"`
	SrID                 uuid.UUID `field:"SRID"`
	SdID                 uuid.UUID `field:"SDID"`
	BarrierrouteID       uuid.UUID `field:"BARRIERROUTEID"`
	UlvrouteID           uuid.UUID `field:"ULVROUTEID"`
	FieldTech            string    `field:"FIELDTECH"`
	PtaID                uuid.UUID `field:"PTAID"`
	Flowrate             float64   `field:"FLOWRATE"`
	Habitat              string    `field:"HABITAT"`
	TreatHectares        float64   `field:"TREATHECTARES"`
	InventoryLocation    string    `field:"INVLOC"`
	TempConditions       string    `field:"temp_SITECOND"`
	Conditions           string    `field:"SITECOND"`
	TotalCostProduct     float64   `field:"TotalCostProdcut"`
	CreationDate         time.Time `field:"CreationDate"`
	Creator              string    `field:"Creator"`
	EditDate             time.Time `field:"EditDate"`
	Editor               string    `field:"Editor"`
	TargetSpecies        string    `field:"TARGETSPECIES"`
	Geometry             response.Geometry
}

func (*TrapData) GetGeometry

func (x *TrapData) GetGeometry() response.Geometry

func (*TrapData) SetGeometry

func (x *TrapData) SetGeometry(m response.Geometry)

type TrapLocation

type TrapLocation struct {
	ObjectID       uint      `field:"OBJECTID"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	InspsampleID   uuid.UUID `field:"INSPSAMPLEID"`
	MosquitoinspID uuid.UUID `field:"MOSQUITOINSPID"`
	TreatmentID    uuid.UUID `field:"TREATMENTID"`
	ContainerType  string    `field:"CONTAINERTYPE"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*TrapLocation) GetGeometry

func (x *TrapLocation) GetGeometry() response.Geometry

func (*TrapLocation) SetGeometry

func (x *TrapLocation) SetGeometry(m response.Geometry)

type Treatment

type Treatment struct {
	ObjectID         uint      `field:"OBJECTID"`
	InspID           uuid.UUID `field:"QAINSP_ID"`
	Product          string    `field:"PRODUCT"`
	QuantityFloating int16     `field:"QTYFLOATING"`
	QuantitySunk     int16     `field:"QTYSUNK"`
	QuantityDry      int16     `field:"QTYDRY"`
	GroundVisible    int16     `field:"PERCENTGROUNDVISIBLE"`
	Larvae           int16     `field:"LARVAEPRESENT"`
	PercentCoverage  int16     `field:"PERCENTCOVERAGE"`
	AcresTreated     float64   `field:"ACRESTREATED"`
	AcresNotTreated  float64   `field:"ACRESNOTTREATED"`
	GlobalID         uuid.UUID `field:"GlobalID"`
	Comments         string    `field:"COMMENTS"`
	CreatedUser      string    `field:"created_user"`
	CreatedDate      time.Time `field:"created_date"`
	LastEditedUser   string    `field:"last_edited_user"`
	LastEditedDate   time.Time `field:"last_edited_date"`
	CreationDate     time.Time `field:"CreationDate"`
	Creator          string    `field:"Creator"`
	EditDate         time.Time `field:"EditDate"`
	Editor           string    `field:"Editor"`
	Geometry         response.Geometry
}

func (*Treatment) GetGeometry

func (x *Treatment) GetGeometry() response.Geometry

func (*Treatment) SetGeometry

func (x *Treatment) SetGeometry(m response.Geometry)

type TreatmentArea

type TreatmentArea struct {
	ObjectID       uint      `field:"OBJECTID"`
	Name           string    `field:"NAME"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	Active         int32     `field:"ACTIVE"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	ShapeArea      float64   `field:"Shape__Area"`
	ShapeLength    float64   `field:"Shape__Length"`
	Geometry       response.Geometry
}

func (*TreatmentArea) GetGeometry

func (x *TreatmentArea) GetGeometry() response.Geometry

func (*TreatmentArea) SetGeometry

func (x *TreatmentArea) SetGeometry(m response.Geometry)

type ULVSprayRoute

type ULVSprayRoute struct {
	ObjectID                    uint      `field:"OBJECTID"`
	Name                        string    `field:"NAME"`
	Zone                        string    `field:"ZONE"`
	Habitat                     string    `field:"HABITAT"`
	Priority                    string    `field:"PRIORITY"`
	UseType                     string    `field:"USETYPE"`
	Active                      int16     `field:"ACTIVE"`
	Description                 string    `field:"DESCRIPTION"`
	AccessDescription           string    `field:"ACCESSDESC"`
	Comments                    string    `field:"COMMENTS"`
	Symbology                   string    `field:"SYMBOLOGY"`
	ExternalID                  string    `field:"EXTERNALID"`
	Acres                       float64   `field:"ACRES"`
	NextScheduledAction         time.Time `field:"NEXTACTIONDATESCHEDULED"`
	LarvalInspectionInterval    int16     `field:"LARVINSPECTINTERVAL"`
	Zone2                       string    `field:"ZONE2"`
	Locationnumber              int32     `field:"LOCATIONNUMBER"`
	GlobalID                    uuid.UUID `field:"GlobalID"`
	LastInspectionDate          time.Time `field:"LASTINSPECTDATE"`
	LastInspectionBreeding      string    `field:"LASTINSPECTBREEDING"`
	LastInspectionAverageLarvae float64   `field:"LASTINSPECTAVGLARVAE"`
	LastInspectionAveragePupae  float64   `field:"LASTINSPECTAVGPUPAE"`
	LastInspectionLarvalStages  string    `field:"LASTINSPECTLSTAGES"`
	LastInspectionAction        string    `field:"LASTINSPECTACTIONTAKEN"`
	LastInspectionFieldSpecies  string    `field:"LASTINSPECTFIELDSPECIES"`
	LastTreatmentDate           time.Time `field:"LASTTREATDATE"`
	LastTreatmentProduct        string    `field:"LASTTREATPRODUCT"`
	LastTreatmentQuantity       float64   `field:"LASTTREATQTY"`
	LastTreatmentQuantityUnit   string    `field:"LASTTREATQTYUNIT"`
	Hectares                    float64   `field:"HECTARES"`
	LastInspectionActivity      string    `field:"LASTINSPECTACTIVITY"`
	LastTreatmentActivity       string    `field:"LASTTREATACTIVITY"`
	LastInspectionConditions    string    `field:"LASTINSPECTCONDITIONS"`
	WaterOrigin                 string    `field:"WATERORIGIN"`
	Filter                      string    `field:"Filter"`
	CreationDate                time.Time `field:"CreationDate"`
	Creator                     string    `field:"Creator"`
	EditDate                    time.Time `field:"EditDate"`
	Editor                      string    `field:"Editor"`
	Jurisdiction                string    `field:"JURISDICTION"`
	ShapeArea                   float64   `field:"Shape__Area"`
	ShapeLength                 float64   `field:"Shape__Length"`
	Geometry                    response.Geometry
}

func (*ULVSprayRoute) GetGeometry

func (x *ULVSprayRoute) GetGeometry() response.Geometry

func (*ULVSprayRoute) SetGeometry

func (x *ULVSprayRoute) SetGeometry(m response.Geometry)

type Zones

type Zones struct {
	ObjectID       uint      `field:"OBJECTID"`
	Name           string    `field:"NAME"`
	AlternateName  string    `field:"ALTNAME"`
	PoolUse        int16     `field:"POOLUSE"`
	Active         int16     `field:"ACTIVE"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Genus          string    `field:"GENUS"`
	MappingValue   string    `field:"MAPPINGVALUE"`
	Species        string    `field:"SPECIES"`
	Priority       string    `field:"PRIORITY"`
	Geometry       response.Geometry
}

func (*Zones) GetGeometry

func (x *Zones) GetGeometry() response.Geometry

func (*Zones) SetGeometry

func (x *Zones) SetGeometry(m response.Geometry)

type Zones2

type Zones2 struct {
	ObjectID       uint      `field:"OBJECTID"`
	SystemName     string    `field:"SystemName"`
	Dimension      string    `field:"Dimension"`
	UnitName       string    `field:"UnitName"`
	UnitValue      string    `field:"UnitValue"`
	Description    string    `field:"Description"`
	GlobalID       uuid.UUID `field:"GlobalID"`
	CreatedUser    string    `field:"created_user"`
	CreatedDate    time.Time `field:"created_date"`
	LastEditedUser string    `field:"last_edited_user"`
	LastEditedDate time.Time `field:"last_edited_date"`
	CreationDate   time.Time `field:"CreationDate"`
	Creator        string    `field:"Creator"`
	EditDate       time.Time `field:"EditDate"`
	Editor         string    `field:"Editor"`
	Geometry       response.Geometry
}

func (*Zones2) GetGeometry

func (x *Zones2) GetGeometry() response.Geometry

func (*Zones2) SetGeometry

func (x *Zones2) SetGeometry(m response.Geometry)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL