public class TimeDescriptors extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeDescriptors.TimeDescriptorConfiguration |
| Constructor and Description |
|---|
TimeDescriptors() |
TimeDescriptors(org.opengis.feature.type.AttributeDescriptor time) |
TimeDescriptors(org.opengis.feature.type.AttributeDescriptor startRange,
org.opengis.feature.type.AttributeDescriptor endRange) |
TimeDescriptors(org.opengis.feature.simple.SimpleFeatureType type,
TimeDescriptors.TimeDescriptorConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.opengis.feature.type.AttributeDescriptor |
getEndRange() |
org.opengis.feature.type.AttributeDescriptor |
getStartRange() |
org.opengis.feature.type.AttributeDescriptor |
getTime() |
int |
hashCode() |
boolean |
hasTime() |
void |
setEndRange(org.opengis.feature.type.AttributeDescriptor endRange) |
void |
setStartRange(org.opengis.feature.type.AttributeDescriptor startRange) |
void |
setTime(org.opengis.feature.type.AttributeDescriptor time) |
void |
update(org.opengis.feature.simple.SimpleFeatureType type,
TimeDescriptors.TimeDescriptorConfiguration configuration) |
public TimeDescriptors()
public TimeDescriptors(org.opengis.feature.type.AttributeDescriptor time)
public TimeDescriptors(org.opengis.feature.simple.SimpleFeatureType type,
TimeDescriptors.TimeDescriptorConfiguration configuration)
public TimeDescriptors(org.opengis.feature.type.AttributeDescriptor startRange,
org.opengis.feature.type.AttributeDescriptor endRange)
public void update(org.opengis.feature.simple.SimpleFeatureType type,
TimeDescriptors.TimeDescriptorConfiguration configuration)
public void setStartRange(org.opengis.feature.type.AttributeDescriptor startRange)
public void setEndRange(org.opengis.feature.type.AttributeDescriptor endRange)
public void setTime(org.opengis.feature.type.AttributeDescriptor time)
public org.opengis.feature.type.AttributeDescriptor getStartRange()
public org.opengis.feature.type.AttributeDescriptor getEndRange()
public org.opengis.feature.type.AttributeDescriptor getTime()
public boolean hasTime()
Copyright © 2013–2021. All rights reserved.