public class OXFAbstractFeatureType extends OXFFeatureType
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static String |
LOCATION |
static String |
METADATA_PROPERTY_TYPES |
static String |
NAME |
featureAttributeDescriptors, typeName
Constructor and Description |
---|
OXFAbstractFeatureType() |
Modifier and Type | Method and Description |
---|---|
protected List<OXFFeatureAttributeDescriptor> |
generateAttributeDescriptors() |
void |
initializeFeature(OXFFeature feature,
net.opengis.gml.AbstractFeatureType xb_abstractFeature) |
void |
initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue) |
protected void |
initializeFeaturesGeometry(OXFFeature feature,
com.vividsolutions.jts.geom.Geometry geom) |
getAttributeDescriptor, getAttributeDescriptors, getChildTypes, getDefaultShapeAttribute, getTypeName, hasAttribute, toString
public static final String METADATA_PROPERTY_TYPES
public static final String DESCRIPTION
public static final String LOCATION
public static final String NAME
protected List<OXFFeatureAttributeDescriptor> generateAttributeDescriptors()
protected void initializeFeaturesGeometry(OXFFeature feature, com.vividsolutions.jts.geom.Geometry geom)
feature
- geom
- public void initializeFeature(OXFFeature feature, net.opengis.gml.AbstractFeatureType xb_abstractFeature)
xb_abstractFeature
- shall be an instance of net.opengis.gml.AbstractFeatureType
, taken form a concrete
AbstractObservationDocument
.public void initializeFeature(OXFFeature feature, String[] nameValue, String descriptionValue, com.vividsolutions.jts.geom.Geometry locationValue)
feature
- nameValue
- descriptionValue
- locationValue
- Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.