Package de.turnertech.thw.cop.model
Class AreaModel
java.lang.Object
de.turnertech.thw.cop.model.AreaModel
- All Implemented Interfaces:
de.turnertech.ows.common.Model,de.turnertech.ows.filter.BoundingBoxFilter,de.turnertech.ows.gml.BoundingBoxProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(de.turnertech.ows.gml.IFeature newArea) booleanaddAll(Collection<de.turnertech.ows.gml.IFeature> dataObjects) Collection<de.turnertech.ows.gml.IFeature>filter(de.turnertech.ows.filter.OgcFilter ogcFilter) List<de.turnertech.ows.gml.IFeature>filter(de.turnertech.ows.gml.Envelope boundingBox) List<de.turnertech.ows.gml.IFeature>getAll()de.turnertech.ows.gml.Envelopede.turnertech.ows.gml.FeatureTypebooleanremoveAll(Collection<de.turnertech.ows.gml.IFeature> areas)
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-
TYPENAME
- See Also:
-
-
Method Details
-
filter
- Specified by:
filterin interfacede.turnertech.ows.filter.BoundingBoxFilter
-
filter
public Collection<de.turnertech.ows.gml.IFeature> filter(de.turnertech.ows.filter.OgcFilter ogcFilter) - Specified by:
filterin interfacede.turnertech.ows.common.Model
-
getAll
- Specified by:
getAllin interfacede.turnertech.ows.common.Model
-
removeAll
- Specified by:
removeAllin interfacede.turnertech.ows.common.Model
-
addAll
- Specified by:
addAllin interfacede.turnertech.ows.common.Model
-
add
public boolean add(de.turnertech.ows.gml.IFeature newArea) - Specified by:
addin interfacede.turnertech.ows.common.Model
-
getFeatureType
public de.turnertech.ows.gml.FeatureType getFeatureType()- Specified by:
getFeatureTypein interfacede.turnertech.ows.common.Model
-
getBoundingBox
public de.turnertech.ows.gml.Envelope getBoundingBox()- Specified by:
getBoundingBoxin interfacede.turnertech.ows.gml.BoundingBoxProvider
-
getStorageLocation
- Specified by:
getStorageLocationin interfacede.turnertech.ows.common.Model
-